diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-03-31 17:07:43 -0400 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-01 01:20:42 +0200 |
commit | 9cbc5fae80503add586688e2095653ef02ccb59d (patch) | |
tree | 5d460a2d2f933e2273d65e3fc1d5882eb69d8da3 /gnu/packages | |
parent | a7cc13ed83a356ec50b7dbffdaa91f45ee9d095e (diff) | |
download | guix-9cbc5fae80503add586688e2095653ef02ccb59d.tar.gz guix-9cbc5fae80503add586688e2095653ef02ccb59d.zip |
gnu: git-annex: Update to 8.20200330.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200330.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages')
-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 6ab962100e..c6821daf00 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -341,14 +341,14 @@ to @code{cabal repl}).") (define-public git-annex (package (name "git-annex") - (version "8.20200309") + (version "8.20200330") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "1yjb01jh5rccqg44nqh4iyxmbpkcpm6m82lnw7s0s2vizj8891p5")))) + (base32 "0xy0ld7kr4cfdl4g4yzvrzl5r60dcj33cxm28a4qz6nqm2yhd4sv")))) (build-system haskell-build-system) (arguments `(#:configure-flags |