all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
To: Josselin Poiret <dev@jpoiret.xyz>, 63013@debbugs.gnu.org
Subject: [bug#63013] [PATCH core-updates 1/2] gnu: guile-fibers-next: Update to 36a6cc7079 to fix build failure.
Date: Sat, 22 Apr 2023 13:47:28 +0200	[thread overview]
Message-ID: <585fb0455c6e65cc7e0290486c0320a9fad9929e.1682163922.git.dev@jpoiret.xyz> (raw)
In-Reply-To: <cover.1682163922.git.dev@jpoiret.xyz>

* gnu/packages/guile-xyz.scm (guile-fibers-next): Update it.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index fd8fb25da1..d07e910501 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -850,8 +850,8 @@ (define-public guile-fibers-1.1
     (license license:lgpl3+)))
 
 (define-public guile-fibers-next
-  (let ((commit "0fa712ecd85c65d7d11ce0c897f068fba4e6ef3f")
-        (revision "0"))
+  (let ((commit "36a6cc707921f4ab503965fefd096d80afee72f0")
+        (revision "1"))
     (package
       (inherit guile-fibers-1.1)
       (name "guile-fibers-next")
@@ -866,7 +866,7 @@ (define-public guile-fibers-next
                 (file-name (git-file-name "guile-fibers" version))
                 (sha256
                  (base32
-                  "0vfq4dkdq2szi5f99ywm856vll397c1x42a55rpxya61rrws8s9r")))))))
+                  "0vcb1xck7wv1z9d7i9gzs1k2vav73yf6as5cbjgjjfz8dzm0rq7q")))))))
 
 (define-public guile-fibers
   (package
-- 
2.39.2





  reply	other threads:[~2023-04-22 11:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22 11:46 [bug#63013] [PATCH core-updates 0/2] Fix some guile -next package failures Josselin Poiret via Guix-patches via
2023-04-22 11:47 ` Josselin Poiret via Guix-patches via [this message]
2023-04-22 11:47 ` [bug#63013] [PATCH core-updates 2/2] gnu: guile-next: Fix build failure Josselin Poiret via Guix-patches via

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=585fb0455c6e65cc7e0290486c0320a9fad9929e.1682163922.git.dev@jpoiret.xyz \
    --to=guix-patches@gnu.org \
    --cc=63013@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    /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.