mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: git-annex: Update to 10.20250115.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250115. Change-Id: I567962854682007c0db43e949fa451046b52bdba
This commit is contained in:
parent
91cd3bc17f
commit
ed7c8ab413
1 changed files with 5 additions and 3 deletions
|
|
@ -297,7 +297,7 @@ to @code{cabal repl}).")
|
|||
(define-public git-annex
|
||||
(package
|
||||
(name "git-annex")
|
||||
(version "10.20241031")
|
||||
(version "10.20250115")
|
||||
(source
|
||||
(origin
|
||||
;; hackage release doesn't include everything needed for extra bits.
|
||||
|
|
@ -307,7 +307,7 @@ to @code{cabal repl}).")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0x05mgxwn8a1czc98bp242828khw94f232slfbzvx86xx0z3c3d9"))))
|
||||
(base32 "0xkx7jgfcv6cpdhpjjgpiyqj95jdajzw2hn49bsb03vz8lf9dif9"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "git-annex")))
|
||||
(arguments
|
||||
|
|
@ -364,7 +364,9 @@ to @code{cabal repl}).")
|
|||
(getcwd) "/dist/build/git-annex"))
|
||||
(when tests?
|
||||
(with-directory-excursion "dist/build/git-annex"
|
||||
(symlink "git-annex" "git-annex-shell"))
|
||||
(symlink "git-annex" "git-annex-shell")
|
||||
(symlink "git-annex" "git-remote-annex")
|
||||
(symlink "git-annex" "git-remote-tor-annex"))
|
||||
(invoke "git-annex" "test"))))
|
||||
(add-after 'check 'unpatch-shell-and-rebuild
|
||||
(lambda args
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue