diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-11-07 10:03:50 -0500 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-11-07 16:57:54 +0100 |
commit | 91d1955df90d7cb281e62c0924feef7b08eabca1 (patch) | |
tree | 1368f5134488692fd6b5529fb1d7fedf0a20f896 /gnu | |
parent | 4090dcb2b22bf1635e673072dab5bf0a37a5be5e (diff) | |
download | guix-91d1955df90d7cb281e62c0924feef7b08eabca1.tar guix-91d1955df90d7cb281e62c0924feef7b08eabca1.tar.gz |
gnu: git-annex: Update to 7.20191106.
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191106.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
Diffstat (limited to 'gnu')
-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 0fab912f4f..361ab9f5fc 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -247,14 +247,14 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}. (define-public git-annex (package (name "git-annex") - (version "7.20191024") + (version "7.20191106") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "11n0wvw7i1rgrsmm2wkv01rfa0azgaw1ib7jbmy4fyg9pw0s27y1")))) + (base32 "1zvs011vqwyjk1xgz1c8gflih9903rjqg3l5km15p45lny8y8j4b")))) (build-system haskell-build-system) (arguments `(#:configure-flags |