mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: git-annex: Update to 6.20180529.
* gnu/packages/version-control.scm (git-annex): Update to 6.20180529. [inputs]: Add ghc-tagsoup.
This commit is contained in:
parent
ab5fc6a982
commit
c19af99c25
1 changed files with 3 additions and 2 deletions
|
@ -1999,7 +1999,7 @@ (define-public src
|
||||||
(define-public git-annex
|
(define-public git-annex
|
||||||
(package
|
(package
|
||||||
(name "git-annex")
|
(name "git-annex")
|
||||||
(version "6.20170818")
|
(version "6.20180529")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2007,7 +2007,7 @@ (define-public git-annex
|
||||||
"git-annex/git-annex-" version ".tar.gz"))
|
"git-annex/git-annex-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ybxixbqvy4rx6mq9s02rh349rbr04hb17z4bfayin0qwa5kzpvx"))))
|
"1rx0m4yrl3gl2ca8rbbv74fdlg4s2jnddzljhph7271a7bpyxsx5"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -2101,6 +2101,7 @@ (define-public git-annex
|
||||||
("ghc-split" ,ghc-split)
|
("ghc-split" ,ghc-split)
|
||||||
("ghc-stm" ,ghc-stm)
|
("ghc-stm" ,ghc-stm)
|
||||||
("ghc-stm-chans" ,ghc-stm-chans)
|
("ghc-stm-chans" ,ghc-stm-chans)
|
||||||
|
("ghc-tagsoup" ,ghc-tagsoup)
|
||||||
("ghc-text" ,ghc-text)
|
("ghc-text" ,ghc-text)
|
||||||
("ghc-unix-compat" ,ghc-unix-compat)
|
("ghc-unix-compat" ,ghc-unix-compat)
|
||||||
("ghc-unordered-containers" ,ghc-unordered-containers)
|
("ghc-unordered-containers" ,ghc-unordered-containers)
|
||||||
|
|
Loading…
Reference in a new issue