mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
59b6be9133
commit
6cf71a550a
1 changed files with 4 additions and 2 deletions
|
@ -297,7 +297,7 @@ (define-public ghcid
|
|||
(define-public git-annex
|
||||
(package
|
||||
(name "git-annex")
|
||||
(version "10.20240808")
|
||||
(version "10.20240831")
|
||||
(source
|
||||
(origin
|
||||
;; hackage release doesn't include everything needed for extra bits.
|
||||
|
@ -307,7 +307,7 @@ (define-public git-annex
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06pk4gzj6snspid5a01s1vqh305ca02is3ap86w41icrngnly4n4"))))
|
||||
(base32 "1g6paxjpdjmzr623p7cf6chh42g5azwlzlnxgljhyhdmz6bxj5fr"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "git-annex")))
|
||||
(arguments
|
||||
|
@ -398,6 +398,8 @@ (define-public git-annex
|
|||
(bin (string-append out "/bin")))
|
||||
(symlink (string-append bin "/git-annex")
|
||||
(string-append bin "/git-annex-shell"))
|
||||
(symlink (string-append bin "/git-annex")
|
||||
(string-append bin "/git-remote-annex"))
|
||||
(symlink (string-append bin "/git-annex")
|
||||
(string-append bin "/git-remote-tor-annex"))))))))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue