guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: git-annex: Update to 10.20221103.


From: guix-commits
Subject: 02/05: gnu: git-annex: Update to 10.20221103.
Date: Tue, 15 Nov 2022 03:04:54 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b1a72fd6b6cfba276c7912dc8241a79243bd62e2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 15 09:37:24 2022 +0200

    gnu: git-annex: Update to 10.20221103.
    
    * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20221103.
---
 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 f3963361c1..b9e9050814 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.20221003")
+    (version "10.20221103")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "0nyhmwkzd8gyd9mvlnjyalfix32x5y4g89d5g36jp3jp1bkwg9i4"))))
+        (base32 "0fwg74ldw2paq9dr052hqjz2x219zkkramvm8jskpnnnch9c6jgm"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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