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


From: guix-commits
Subject: branch master updated: gnu: git-annex: Update to 8.20200226.
Date: Thu, 27 Feb 2020 12:07:25 -0500

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

niedzejkob pushed a commit to branch master
in repository guix.

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

commit 0b61e1a0966943a343b49dabebdd344ec43641bc
Author: Kyle Meyer <address@hidden>
AuthorDate: Wed Feb 26 21:38:06 2020 -0500

    gnu: git-annex: Update to 8.20200226.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200226.
    
    Signed-off-by: Jakub Kądziołka <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 70348ee..662f084 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -269,14 +269,14 @@ unique algebra of patches called 
@url{http://darcs.net/Theory,Patchtheory}.
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "7.20200219")
+    (version "8.20200226")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "0pzwjh98jpirgssbd7pqfk7mzraibrk277dn34s2mrah8zy75b58"))))
+        (base32 "09v80ni1w9z1im79lzrnpz7xlivwna44zqpwq4axwyd17cffqi9m"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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