[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: git-annex: Update to 10.20221003.
From: |
guix-commits |
Subject: |
branch master updated: gnu: git-annex: Update to 10.20221003. |
Date: |
Mon, 17 Oct 2022 12:25:20 -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 93d257c3cb gnu: git-annex: Update to 10.20221003.
93d257c3cb is described below
commit 93d257c3cb23b1b3777d4cecf138dfc37f123f9a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 17 19:16:39 2022 +0300
gnu: git-annex: Update to 10.20221003.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20221003.
---
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 8e3c6e3591..f3963361c1 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.20220927")
+ (version "10.20221003")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1bqcaddw47g6i3z9g0iym5x7zy1q8fsirzqnjsa63n2bwm6zzplc"))))
+ (base32 "0nyhmwkzd8gyd9mvlnjyalfix32x5y4g89d5g36jp3jp1bkwg9i4"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: git-annex: Update to 10.20221003.,
guix-commits <=