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


From: guix-commits
Subject: 01/01: gnu: git-annex: Update to 7.20191114.
Date: Fri, 15 Nov 2019 09:43:39 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit f3560c626d5be9a80a9c3bcc4ed6170008168e3c
Author: Kyle Meyer <address@hidden>
Date:   Thu Nov 14 23:06:31 2019 -0500

    gnu: git-annex: Update to 7.20191114.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191114.
    
    Signed-off-by: Mathieu Othacehe <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 7d798ca..eac07ca 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -247,14 +247,14 @@ unique algebra of patches called 
@url{http://darcs.net/Theory,Patchtheory}.
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "7.20191106")
+    (version "7.20191114")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1zvs011vqwyjk1xgz1c8gflih9903rjqg3l5km15p45lny8y8j4b"))))
+        (base32 "1afrn5g3b80f3n6ncfph6pmf9jdpc7a6ay55k2pmkn96pyv4hfmm"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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