[PATCH]: sbcl-nfiles: Update to 0.3.0

  • Done
  • quality assurance status badge
Details
3 participants
  • André A. Gomes
  • Guillaume Le Vaillant
  • Pierre Neidhardt
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal

Debbugs page

André A. Gomes wrote 3 years ago
(address . guix-patches@gnu.org)(address . pierre@atlas.engineer)
874k2uvbpu.fsf@gmail.com
Hi Guix,

Please find patch attached.


--
André A. Gomes
"You cannot even find the ruins..."
From 130e0a590454bf6d3f6428183012ccfb80901e72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Fri, 15 Apr 2022 12:12:37 +0100
Subject: [PATCH] gnu: sbcl-nfiles: Update to 0.3.0.

* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 0.3.0.
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 358bba4e89..479e29ab5c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20584,7 +20584,7 @@ (define-public ecl-wordnet
(define-public sbcl-nfiles
(package
(name "sbcl-nfiles")
- (version "0.2.1")
+ (version "0.3.0")
(source
(origin
(method git-fetch)
@@ -20594,7 +20594,7 @@ (define-public sbcl-nfiles
(file-name (git-file-name "nfiles" version))
(sha256
(base32
- "1jdrqvxp4dxlkggx951rxp29lg7hm8zxq35pqq8hr9m9ydy088s7"))))
+ "0nvv9g6hm9wigip1ban9higy7ya1nw5a8d3h3lcldqa042wypz5z"))))
(build-system asdf-build-system/sbcl)
(inputs
(list gnupg
--
2.35.1
Pierre Neidhardt wrote 3 years ago
87r15y7fcm.fsf@ambrevar.xyz
Thank you André for taking care of this.

Sorry to be a such a drag, but I've just updated the library to 0.4.0
(which now depends on Quri), could you update the patch accordingly?
Thanks!

Pierre
-----BEGIN PGP SIGNATURE-----

iQFKBAEBCAA0FiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAmJZV4oWHHBpZXJyZUBh
dGxhcy5lbmdpbmVlcgAKCRCb3PSXpLvMfxn6B/9YpE8yRknI/DBbHGxHl2D4dmRX
IZJ+dD48ytlzgDp/sVNa2ZxkabgEOqYiK2O2Px079TBlHtSWeFBT66h3EXgjt0Iy
36ep6rPq6Wim09NCu8QsByBkUKKkRSsWhA14wF7GNBEgqzJj6X69zmCIweamdFva
O95APPAx0wOht/TfyLZbnXDJNcd4M6y3h1KdSfrBizZtufUrKWZogCRYIvIyxAqu
UGIA0+qGauJlsqdJp0kyNqPePgxxKt01hTo6kBgxpZFfcjvkEDnwdMlLCuVk3fEm
a02+zlhW05hBhvUETDV9YkCDhqkChX6CgWKtZNEbvzXKfRry60QSoI/yQFyK
=2sgp
-----END PGP SIGNATURE-----

André A. Gomes wrote 3 years ago
(name . Pierre Neidhardt)(address . pierre@atlas.engineer)(address . guix-patches@gnu.org)
87v8vaturd.fsf@gmail.com
Pierre Neidhardt <pierre@atlas.engineer> writes:

Toggle quote (5 lines)
> Thank you André for taking care of this.
>
> Sorry to be a such a drag, but I've just updated the library to 0.4.0
> (which now depends on Quri), could you update the patch accordingly?

Attached! Thanks :)


--
André A. Gomes
"You cannot even find the ruins..."
From 160c4f8b2066d5db1cede7e297b0d9fcd10f303f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Fri, 15 Apr 2022 13:05:56 +0100
Subject: [PATCH] gnu: sbcl-nfiles: Update to 0.4.0.

* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 0.4.0.
---
gnu/packages/lisp-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 479e29ab5c..5e9073dfd0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20584,7 +20584,7 @@ (define-public ecl-wordnet
(define-public sbcl-nfiles
(package
(name "sbcl-nfiles")
- (version "0.3.0")
+ (version "0.4.0")
(source
(origin
(method git-fetch)
@@ -20594,12 +20594,13 @@ (define-public sbcl-nfiles
(file-name (git-file-name "nfiles" version))
(sha256
(base32
- "0nvv9g6hm9wigip1ban9higy7ya1nw5a8d3h3lcldqa042wypz5z"))))
+ "0qmyv4ajcz7mlihnslx55wr1n8aaisw4clmsijnjf1w6wxh7lh7w"))))
(build-system asdf-build-system/sbcl)
(inputs
(list gnupg
sbcl-alexandria
sbcl-hu.dwim.defclass-star
+ sbcl-quri
sbcl-serapeum
sbcl-trivial-garbage
sbcl-trivial-package-local-nicknames
--
2.35.1
Guillaume Le Vaillant wrote 3 years ago
Re: [bug#54951] [PATCH]: sbcl-nfiles: Update to 0.3.0
(name . André A. Gomes)(address . andremegafone@gmail.com)
8735ies7jj.fsf@kitej
Patch pushed as 179a949e60ff15754f5faf3ec6276ba9b20da86c.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYlmL0A8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/5UwD9HhFPt3Ni9d55sCbqUmkyfzgX/8zxQ/sYrqH7
VxLHvL8A/il4hxZbQUsQGd0oEVY8jPlKaKHyGtvBtD3oSxRP+Zp7
=Ubjl
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 54951
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