guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: git-annex: Update to 7.20200202.7.


From: guix-commits
Subject: branch master updated: gnu: git-annex: Update to 7.20200202.7.
Date: Tue, 04 Feb 2020 06:40:01 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bfd3473  gnu: git-annex: Update to 7.20200202.7.
bfd3473 is described below

commit bfd3473a4521182706dd7c5171ace842c89d9ab6
Author: Kyle Meyer <address@hidden>
AuthorDate: Mon Feb 3 00:06:43 2020 -0500

    gnu: git-annex: Update to 7.20200202.7.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200202.7.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/haskell-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 5b5b20c..767f0c7 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -270,14 +270,14 @@ unique algebra of patches called 
@url{http://darcs.net/Theory,Patchtheory}.
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "7.20191230")
+    (version "7.20200202.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1xsd4vhiv3zkcqjh2pxhbkjx75hcalcc9bpdlfc27wzxsxyrwz12"))))
+        (base32 "1dj1ss7kp82wa0ybilhl88q6w49rj70qh61k2q8qfyx4ghliiigh"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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