unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54951] [PATCH]: sbcl-nfiles: Update to 0.3.0
@ 2022-04-15 11:15 André A. Gomes
  2022-04-15 11:31 ` Pierre Neidhardt
  0 siblings, 1 reply; 4+ messages in thread
From: André A. Gomes @ 2022-04-15 11:15 UTC (permalink / raw)
  To: 54951; +Cc: pierre

[-- Attachment #1: Type: text/plain, Size: 104 bytes --]

Hi Guix,

Please find patch attached.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-nfiles-Update-to-0.3.0.patch --]
[-- Type: text/x-patch, Size: 1107 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#54951] [PATCH]: sbcl-nfiles: Update to 0.3.0
  2022-04-15 11:15 [bug#54951] [PATCH]: sbcl-nfiles: Update to 0.3.0 André A. Gomes
@ 2022-04-15 11:31 ` Pierre Neidhardt
  2022-04-15 12:07   ` André A. Gomes
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre Neidhardt @ 2022-04-15 11:31 UTC (permalink / raw)
  To: andremegafone, 54951

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 515 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#54951] [PATCH]: sbcl-nfiles: Update to 0.3.0
  2022-04-15 11:31 ` Pierre Neidhardt
@ 2022-04-15 12:07   ` André A. Gomes
  2022-04-15 15:13     ` bug#54951: " Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: André A. Gomes @ 2022-04-15 12:07 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 54951

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

Pierre Neidhardt <pierre@atlas.engineer> writes:

> 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..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-nfiles-Update-to-0.4.0.patch --]
[-- Type: text/x-patch, Size: 1301 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#54951: [PATCH]: sbcl-nfiles: Update to 0.3.0
  2022-04-15 12:07   ` André A. Gomes
@ 2022-04-15 15:13     ` Guillaume Le Vaillant
  0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2022-04-15 15:13 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 54951-done, Pierre Neidhardt

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 179a949e60ff15754f5faf3ec6276ba9b20da86c.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-15 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15 11:15 [bug#54951] [PATCH]: sbcl-nfiles: Update to 0.3.0 André A. Gomes
2022-04-15 11:31 ` Pierre Neidhardt
2022-04-15 12:07   ` André A. Gomes
2022-04-15 15:13     ` bug#54951: " Guillaume Le Vaillant

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).