diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-02-03 00:06:43 -0500 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-04 13:39:40 +0200 |
commit | bfd3473a4521182706dd7c5171ace842c89d9ab6 (patch) | |
tree | ec1d35907ec6bb644d02ff0b795cc66625c27fe2 /gnu/packages/haskell-apps.scm | |
parent | f1452776ac65bd03454b1e715c44f7eded237ea0 (diff) | |
download | patches-bfd3473a4521182706dd7c5171ace842c89d9ab6.tar patches-bfd3473a4521182706dd7c5171ace842c89d9ab6.tar.gz |
gnu: git-annex: Update to 7.20200202.7.
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200202.7.
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 5b5b20cd65..767f0c7f99 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -270,14 +270,14 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}. (define-public git-annex (package (name "git-annex") - (version "7.20191230") + (version "7.20200202.7") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "1xsd4vhiv3zkcqjh2pxhbkjx75hcalcc9bpdlfc27wzxsxyrwz12")))) + (base32 "1dj1ss7kp82wa0ybilhl88q6w49rj70qh61k2q8qfyx4ghliiigh")))) (build-system haskell-build-system) (arguments `(#:configure-flags |