3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: git-annex: Update to 10.20221103.

* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20221103.
This commit is contained in:
Efraim Flashner 2022-11-15 09:37:24 +02:00
parent c666cc3fb9
commit b1a72fd6b6
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -304,14 +304,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
(version "10.20221003")
(version "10.20221103")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "0nyhmwkzd8gyd9mvlnjyalfix32x5y4g89d5g36jp3jp1bkwg9i4"))))
(base32 "0fwg74ldw2paq9dr052hqjz2x219zkkramvm8jskpnnnch9c6jgm"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags