mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: git-annex: Update to 10.20240808.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808. Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
603d848d2a
commit
637ca78f51
1 changed files with 3 additions and 2 deletions
|
@ -297,7 +297,7 @@ to @code{cabal repl}).")
|
||||||
(define-public git-annex
|
(define-public git-annex
|
||||||
(package
|
(package
|
||||||
(name "git-annex")
|
(name "git-annex")
|
||||||
(version "10.20240227")
|
(version "10.20240808")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; hackage release doesn't include everything needed for extra bits.
|
;; hackage release doesn't include everything needed for extra bits.
|
||||||
|
@ -307,7 +307,7 @@ to @code{cabal repl}).")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "023gk1v01ks367h4zz67ksn2xaw6pgcfhmniay6ipkncfqv8rsra"))))
|
(base32 "06pk4gzj6snspid5a01s1vqh305ca02is3ap86w41icrngnly4n4"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(properties '((upstream-name . "git-annex")))
|
(properties '((upstream-name . "git-annex")))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -464,6 +464,7 @@ to @code{cabal repl}).")
|
||||||
ghc-tagsoup
|
ghc-tagsoup
|
||||||
ghc-torrent
|
ghc-torrent
|
||||||
ghc-transformers
|
ghc-transformers
|
||||||
|
ghc-unbounded-delays
|
||||||
ghc-unix-compat
|
ghc-unix-compat
|
||||||
ghc-unliftio-core
|
ghc-unliftio-core
|
||||||
ghc-unordered-containers
|
ghc-unordered-containers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue