guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: git-annex: Update to 7.20191218.


From: guix-commits
Subject: 01/01: gnu: git-annex: Update to 7.20191218.
Date: Sun, 22 Dec 2019 05:52:09 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 6f5d849a83c44ffb39c3a976aea10b7b31c24063
Author: Kyle Meyer <address@hidden>
Date:   Thu Dec 19 10:19:02 2019 -0500

    gnu: git-annex: Update to 7.20191218.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191218.
    
    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 d5c31cb..91436f9 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.20191114")
+    (version "7.20191218")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1afrn5g3b80f3n6ncfph6pmf9jdpc7a6ay55k2pmkn96pyv4hfmm"))))
+        (base32 "1dy5255x2cx68313p6vchqy5q1l0na8ckf5mkfi080hkhq8vj2q6"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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