gnu: git-annex: Update to 10.20240831.

* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240831.

Change-Id: I6204f4a681b0fc1c176bb2da92c2556a018cd412
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Matthias Riße 2024-09-07 12:19:45 +02:00 committed by Efraim Flashner
parent 59b6be9133
commit 6cf71a550a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.20240808") (version "10.20240831")
(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 "06pk4gzj6snspid5a01s1vqh305ca02is3ap86w41icrngnly4n4")))) (base32 "1g6paxjpdjmzr623p7cf6chh42g5azwlzlnxgljhyhdmz6bxj5fr"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(properties '((upstream-name . "git-annex"))) (properties '((upstream-name . "git-annex")))
(arguments (arguments
@ -398,6 +398,8 @@ to @code{cabal repl}).")
(bin (string-append out "/bin"))) (bin (string-append out "/bin")))
(symlink (string-append bin "/git-annex") (symlink (string-append bin "/git-annex")
(string-append bin "/git-annex-shell")) (string-append bin "/git-annex-shell"))
(symlink (string-append bin "/git-annex")
(string-append bin "/git-remote-annex"))
(symlink (string-append bin "/git-annex") (symlink (string-append bin "/git-annex")
(string-append bin "/git-remote-tor-annex")))))))) (string-append bin "/git-remote-tor-annex"))))))))
(inputs (inputs