guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/11: gnu: git-annex: Update to 10.20220504.


From: guix-commits
Subject: 01/11: gnu: git-annex: Update to 10.20220504.
Date: Mon, 9 May 2022 04:31:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 57a88a2cfe24d211ef9cbe425d92837126c2d5ff
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Fri May 6 23:43:57 2022 -0400

    gnu: git-annex: Update to 10.20220504.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220504.
    
    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 5c351fa981..f7ca3b324f 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -304,14 +304,14 @@ to @code{cabal repl}).")
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "10.20220322")
+    (version "10.20220504")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "107v1c2lw53k25p6snbmxyia3ghd63kj3izvd81d8km9qncv96bv"))))
+        (base32 "10pp58b7glwi1yckrij49d1iq99pc4dpkkbkb1qqiif9dr9672f3"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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