diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-12-31 20:58:29 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-15 23:27:34 +0100 |
commit | 172bd0b5cde2609389fd16d18862b5b612c4b000 (patch) | |
tree | 5e2f6854e69e09c077933e802d99f47b0b529f94 /gnu/packages/haskell-apps.scm | |
parent | f777c156e08f6f86732d109425d9204520c167b3 (diff) |
gnu: git-annex: Update to 8.20211231.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211231.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 ed977f369f..7f777a0873 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -306,14 +306,14 @@ to @code{cabal repl}).") (define-public git-annex (package (name "git-annex") - (version "8.20211123") + (version "8.20211231") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "0i9dhh601axv0b1i56yzn6jnfp160z530fp9pd557kpq4nbvg5kl")))) + (base32 "0cpa3rl8vcm0arima8x9m5q0a9r05z0851ibr1vcria2z0mmwmi7")))) (build-system haskell-build-system) (arguments `(#:configure-flags |