[PATCH] gnu: guile-fibers-next: Update to 1.2.0-2.745bd40.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 2 years ago
(address . guix-patches@gnu.org)
73e66181ca48269a97545513ea8cea0441097fa9.1683363425.git.mail@cbaines.net
* gnu/packages/guile-xyz.scm (guile-fibers-next): Update to 1.2.0-2.745bd40.
---
gnu/packages/guile-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 5c169dca08..ea69d1b81a 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -850,14 +850,12 @@ (define-public guile-fibers-1.1
(license license:lgpl3+)))
(define-public guile-fibers-next
- (let ((commit "36a6cc707921f4ab503965fefd096d80afee72f0")
- (revision "1"))
+ (let ((commit "745bd409bef17284648805fb985777d21dba79f7")
+ (revision "2"))
(package
(inherit guile-fibers-1.1)
(name "guile-fibers-next")
- (version (git-version (package-version guile-fibers-1.1)
- revision
- commit))
+ (version (git-version "1.2.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -866,7 +864,7 @@ (define-public guile-fibers-next
(file-name (git-file-name "guile-fibers" version))
(sha256
(base32
- "0vcb1xck7wv1z9d7i9gzs1k2vav73yf6as5cbjgjjfz8dzm0rq7q")))))))
+ "0rn6v4phpnb443i0azfx33b38axd5asv40hhxx9b710hi22j4aic")))))))
(define-public guile-fibers
(package

base-commit: 64086a4fa449a9f6d2f835fcdf5498222b309e3a
--
2.39.1
Ludovic Courtès wrote 2 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 63324@debbugs.gnu.org)
87cz39dtgs.fsf@gnu.org
Christopher Baines <mail@cbaines.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/guile-xyz.scm (guile-fibers-next): Update to 1.2.0-2.745bd40.

Fine with me!

(While ‘emacs-next’ makes sense, I think ‘guile-fibers-next’ shouldn’t
be needed.)

Ludo’.
Christopher Baines wrote 2 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 63324-done@debbugs.gnu.org)
87wn1g1mzg.fsf@cbaines.net
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (6 lines)
> Christopher Baines <mail@cbaines.net> skribis:
>
>> * gnu/packages/guile-xyz.scm (guile-fibers-next): Update to 1.2.0-2.745bd40.
>
> Fine with me!

Great, pushed to master as e0c35d1578c10a8fe27c8372f3a8bb5dd88b01b8.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmRbdmNfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xca9xAAsrxjgfA6XoSJXF74Jk4NmArIy1tNxAhm
yPgxzVPAUM7JK8/4v8qR62yh7qIGY2iw7U5M0ArFTZpba0jtIxsBZXaeq+G1pWwa
7t5dDhmAXNyhTZFEusL8HNvxdtf9/imtIhBTI1aFzSp/A9NArTDyOJ70N8c3EXlQ
5ubLPTJmq47fOidvHCNIX0eQZdqnzaO2KlbvRubhUVuMNMQmrua+r1NYFGsE/pqk
nQQ5Pi/aEWfdVQvpbLaPt1F3Bb/KyvUKjysldbgu7+7+TPEB4/EmuveojWIXm2kx
y07RN+JN/kOjkysxHFLiQx2TZmHeSUx5TAaJ7lCgduPzdGsYZ+gIfqzAodgcVzfS
vesmRE1eK+ein7q//82Gv5V/DBxZRQtmv6gmp+i/Rmwh6C17Hz/ax82Q5wAYtC6I
4h31WKLKMFzHIBPqWF8vHBtyO1PMo2PVpDgvaqGDvSJDkiRdSplYa7nlGFbnsWU+
L+FGuy5L69zNhcm9qHYGgDU9H4NNqRn2SzB7n7iAtgYlx8Id7v2ZAwlcP/L7XKGl
cFC186VG6HXl8A21iO8LURiTg1Z67RZ4DcDXzvUHXqnKoMlOEPaaGld83Ip+V8Ag
qN+Zc3DyAC0BjcyXa3rxPvr0WrNGN2hlR5OFWgMZgZeEFfNtFztr048Af3vT8QVv
CxHx1ERImoQ=
=cSe6
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63324@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63324
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help