guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: shflags: Update to 1.2.0.


From: Efraim Flashner
Subject: 02/03: gnu: shflags: Update to 1.2.0.
Date: Tue, 15 Mar 2016 05:11:35 +0000

efraim pushed a commit to branch master
in repository guix.

commit b65195c2ccecb396f08233d73d378ec8e47620ed
Author: Efraim Flashner <address@hidden>
Date:   Mon Mar 14 23:16:56 2016 +0200

    gnu: shflags: Update to 1.2.0.
    
    * gnu/packages/version-control.scm (shflags): Update to 1.2.0.
    [source]: Switch to github.
    [home-page]: Project moved to github.
---
 gnu/packages/version-control.scm |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 29b1ef5..37e1b53 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -367,14 +367,14 @@ write native speed custom Git applications in any 
language with bindings.")
 (define-public shflags
   (package
     (name "shflags")
-    (version "1.0.3")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://shflags.googlecode.com/files/";
-                                  "shflags-" version ".tgz"))
+              (uri (string-append "https://github.com/kward/shflags/archive/v";
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "08laxhf1hifh3w4j0hri5ppcklaqz0mnkmbaz8j0wxih29vi8slm"))))
+                "0zxw12haylaq60a335xlqcs4afw2zrgwqymmpw0m21r51w6irdmr"))))
     (build-system trivial-build-system)
     (native-inputs `(("tar" ,tar)
                      ("gzip" ,gzip)))
@@ -396,7 +396,7 @@ write native speed custom Git applications in any language 
with bindings.")
                        (copy-file "src/shflags"
                                   (string-append srcdir "/shflags"))
                        #t)))))
-    (home-page "https://code.google.com/p/shflags/";)
+    (home-page "https://github.com/kward/shflags";)
     (synopsis "Command-line flags library for shell scripts")
     (description
      "Shell Flags (shFlags) is a library written to greatly simplify the



reply via email to

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