all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Matthias Riße" <matrss@0px.xyz>
To: 73099@debbugs.gnu.org
Cc: "Matthias Riße" <matrss@0px.xyz>
Subject: [bug#73099] [PATCH] gnu: git-annex: Update to 10.20240831.
Date: Sat,  7 Sep 2024 12:19:45 +0200	[thread overview]
Message-ID: <20240907101945.9869-1-matrss@0px.xyz> (raw)

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

Change-Id: I6204f4a681b0fc1c176bb2da92c2556a018cd412
---
 gnu/packages/haskell-apps.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --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





             reply	other threads:[~2024-09-07 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 10:19 Matthias Riße [this message]
2024-09-11 14:36 ` bug#73099: [PATCH] gnu: git-annex: Update to 10.20240831 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240907101945.9869-1-matrss@0px.xyz \
    --to=matrss@0px.xyz \
    --cc=73099@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.