summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-apps.scm
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-11-04 23:24:08 -0400
committerEfraim Flashner <efraim@flashner.co.il>2021-11-05 09:32:43 +0200
commit1ffc0a6be3c1613b2d99ceea098174d1f11f6f3f (patch)
treee502ccb0dc9fed53ecfbde66a9a91caffb2fb28e /gnu/packages/haskell-apps.scm
parent575fcd3045ff1649e5319b6701ff9e28e97793e0 (diff)
downloadguix-patches-1ffc0a6be3c1613b2d99ceea098174d1f11f6f3f.tar
guix-patches-1ffc0a6be3c1613b2d99ceea098174d1f11f6f3f.tar.gz
gnu: git-annex: Update to 8.20211028.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211028. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/haskell-apps.scm')
-rw-r--r--gnu/packages/haskell-apps.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 994214e900..faa3b52c5c 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -316,14 +316,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "8.20211011")
+ (version "8.20211028")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "02s7921ihmbndp7lk1nhhiljky02ikq4qax4mhg609qjhbl6piwd"))))
+ (base32 "0bff1bchp60hbslb9yaagvd7hym26w0c3gkkssm7sildwqazwpng"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags