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.20191024.


From: guix-commits
Subject: 01/01: gnu: git-annex: Update to 7.20191024.
Date: Fri, 25 Oct 2019 18:39:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5a17f5e1cb5c6c8c7b5acb04d80e7ca039ff4b98
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 26 00:38:09 2019 +0200

    gnu: git-annex: Update to 7.20191024.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191024.
---
 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 eb23b9c..c5e1cd6 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -245,14 +245,14 @@ unique algebra of patches called 
@url{http://darcs.net/Theory,Patchtheory}.
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "7.20191017")
+    (version "7.20191024")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1ydccqqn8v9jns25r6cyz6nd9w80x9wgw85x1v0z6mhv00l2ifp0"))))
+        (base32 "11n0wvw7i1rgrsmm2wkv01rfa0azgaw1ib7jbmy4fyg9pw0s27y1"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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