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 80b2825  gnu: git-annex: Update to 8.20200309.
80b2825 is described below

commit 80b2825d95c6d43b7cc96257d21e5284f4874a96
Author: Kyle Meyer <[email protected]>
AuthorDate: Mon Mar 9 18:29:03 2020 -0400

    gnu: git-annex: Update to 8.20200309.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200309.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 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 521aaf5..6005816 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 "8.20200226")
+    (version "8.20200309")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "09v80ni1w9z1im79lzrnpz7xlivwna44zqpwq4axwyd17cffqi9m"))))
+        (base32 "1yjb01jh5rccqg44nqh4iyxmbpkcpm6m82lnw7s0s2vizj8891p5"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags

Reply via email to