diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-11-04 23:24:08 -0400 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-11-05 09:32:43 +0200 |
commit | 1ffc0a6be3c1613b2d99ceea098174d1f11f6f3f (patch) | |
tree | e502ccb0dc9fed53ecfbde66a9a91caffb2fb28e /gnu/packages/haskell-apps.scm | |
parent | 575fcd3045ff1649e5319b6701ff9e28e97793e0 (diff) | |
download | guix-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.scm | 4 |
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 |