guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: git-annex: Update to 10.20220525.


From: guix-commits
Subject: 04/06: gnu: git-annex: Update to 10.20220525.
Date: Sun, 29 May 2022 09:34:02 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 46ed423e286acdd61b8a1325a106a64e9efcfe19
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 29 16:31:59 2022 +0300

    gnu: git-annex: Update to 10.20220525.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220525.
---
 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 5579ef58ea..572e9a062f 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.20220504")
+    (version "10.20220525")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "10pp58b7glwi1yckrij49d1iq99pc4dpkkbkb1qqiif9dr9672f3"))))
+        (base32 "1nrwa4qm3xkr11x0b0c1mx052zhd7lz9w97xf0ycdkhsyc6vbiy6"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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