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


From: guix-commits
Subject: branch master updated: gnu: git-annex: Update to 8.20200617.
Date: Sun, 21 Jun 2020 04:53:05 -0400

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 292b26d  gnu: git-annex: Update to 8.20200617.
292b26d is described below

commit 292b26d4e598ba00d88f9a0498acc359ea338326
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Wed Jun 17 19:40:43 2020 -0400

    gnu: git-annex: Update to 8.20200617.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200617.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 a453ba1..f8bee42 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -341,14 +341,14 @@ to @code{cabal repl}).")
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "8.20200522")
+    (version "8.20200617")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1v71k5k9mcj1nq4pb8apx99rgw2rmckr6yshhvjl1dr6j70d67x8"))))
+        (base32 "1vgpqbscvxm03ibxy6cjnp9vd1wpsr3gkajp4z3m9nnkmjz5r4q4"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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