guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/11: gnu: gflags: Update to 2.2.1.


From: Tobias Geerinckx-Rice
Subject: 01/11: gnu: gflags: Update to 2.2.1.
Date: Fri, 15 Dec 2017 21:09:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit afe98094dc465533c2b6b06a02be2ca62602579c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 13 19:45:50 2017 +0100

    gnu: gflags: Update to 2.2.1.
    
    * gnu/packages/popt.scm (gflags): Update to 2.2.1
---
 gnu/packages/popt.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/popt.scm b/gnu/packages/popt.scm
index 9c125dc..fbee08b 100644
--- a/gnu/packages/popt.scm
+++ b/gnu/packages/popt.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -95,14 +96,14 @@ similar to getopt(3), it contains a number of enhancements, 
including:
 (define-public gflags
   (package
     (name "gflags")
-    (version "2.2.0")
+    (version "2.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/gflags/gflags";
                                   "/archive/v" version ".tar.gz"))
               (sha256
                (base32
-                "120z4w40zr4s8wvfyw1bdmqvincwrwjnimzlwhs1ficaa333cv26"))
+                "03lxc2ah8i392kh1naq99iip34k4fpv22kwflyx3byd2ssycs9xf"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system cmake-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]