This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 452d51c749 gnu: git-annex: Update to 10.20250721.
452d51c749 is described below
commit 452d51c749585a6a8a7c0d3f5b8bb6b08ca1698e
Author: Matthias Riße <[email protected]>
AuthorDate: Tue Aug 26 15:50:05 2025 +0200
gnu: git-annex: Update to 10.20250721.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250721.
Change-Id: I00c77b1ae6794f38037ce3068612dd7c69ea5bcb
Signed-off-by: Efraim Flashner <[email protected]>
---
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 5a1f654652..43a1fdca22 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -297,7 +297,7 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "10.20250630")
+ (version "10.20250721")
(source
(origin
;; hackage release doesn't include everything needed for extra bits.
@@ -307,7 +307,7 @@ to @code{cabal repl}).")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1livig1x1a929qagisjx33pzmgv38d6fzf11bmy2jfpgvvlk9mfx"))))
+ (base32 "1a2g4z9fl90kyl7k6clmc61ma2njnljr4na6jbf04m43qnnr9s5a"))))
(build-system haskell-build-system)
(properties '((upstream-name . "git-annex")))
(arguments