* [bug#73099] [PATCH] gnu: git-annex: Update to 10.20240831.
@ 2024-09-07 10:19 Matthias Riße
2024-09-11 14:36 ` bug#73099: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Riße @ 2024-09-07 10:19 UTC (permalink / raw)
To: 73099; +Cc: Matthias Riße
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240831.
Change-Id: I6204f4a681b0fc1c176bb2da92c2556a018cd412
---
| 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 8b14a01569..19d612caeb 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -297,7 +297,7 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "10.20240227")
+ (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 "023gk1v01ks367h4zz67ksn2xaw6pgcfhmniay6ipkncfqv8rsra"))))
+ (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
@@ -464,6 +466,7 @@ (define-public git-annex
ghc-tagsoup
ghc-torrent
ghc-transformers
+ ghc-unbounded-delays
ghc-unix-compat
ghc-unliftio-core
ghc-unordered-containers
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73099: [PATCH] gnu: git-annex: Update to 10.20240831.
2024-09-07 10:19 [bug#73099] [PATCH] gnu: git-annex: Update to 10.20240831 Matthias Riße
@ 2024-09-11 14:36 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2024-09-11 14:36 UTC (permalink / raw)
To: Matthias Riße; +Cc: 73099-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-11 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-07 10:19 [bug#73099] [PATCH] gnu: git-annex: Update to 10.20240831 Matthias Riße
2024-09-11 14:36 ` bug#73099: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).