lfam pushed a commit to branch master
in repository guix.
commit 4354e2ed2bbf11aeabfcc7105b9bc7b431d28b93
Author: Kyle Meyer <[email protected]>
AuthorDate: Tue Feb 23 20:38:43 2021 -0500
gnu: git-annex: Update to 8.20210223.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210223.
Signed-off-by: Leo Famulari <[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 a4b88d2..e8bde69 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -342,14 +342,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "8.20210127")
+ (version "8.20210223")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1hsmaw70lfza1g5j6b9zbwqkkr374m18p7qb4nl952pj42a46vv3"))))
+ (base32 "07wxf44pdh9d1pxqympgyfbkk8vk0pqbgxma0mkadlkdr6c9z832"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags