* [bug#51546] [PATCH] gnu: cl-drakma: Update to v2.0.8.
@ 2021-11-01 11:10 Foo Chuan Wei
2021-11-02 8:17 ` bug#51546: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Foo Chuan Wei @ 2021-11-01 11:10 UTC (permalink / raw)
To: 51546
* gnu/packages/lisp-xyz.scm (sbcl-drakma): Update to v2.0.8.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d3fd81d036..53911487ac 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4022,17 +4022,17 @@ the format used by the popular compression tool bzip2.")
(define-public sbcl-drakma
(package
(name "sbcl-drakma")
- (version "2.0.7")
+ (version "2.0.8")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/edicl/drakma")
(commit (string-append "v" version))))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "cl-drakma" version))
(sha256
(base32
- "1441idnyif9xzx3ln1p3fg36k2v9h4wasjqrzc8y52j61420qpci"))))
+ "1wf2zivfvhsh6zvd6wcwfd67bm8s8a1p2fismszc8xb819dqk9yl"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("sbcl-puri" ,sbcl-puri)
base-commit: 0e19713c1fbfd3a01347e0d490434a53a596ed3c
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51546: [PATCH] gnu: cl-drakma: Update to v2.0.8.
2021-11-01 11:10 [bug#51546] [PATCH] gnu: cl-drakma: Update to v2.0.8 Foo Chuan Wei
@ 2021-11-02 8:17 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-02 8:17 UTC (permalink / raw)
To: Foo Chuan Wei; +Cc: 51546-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 1865860cc13ac800661e2728237886f0516d632c.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-02 8:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01 11:10 [bug#51546] [PATCH] gnu: cl-drakma: Update to v2.0.8 Foo Chuan Wei
2021-11-02 8:17 ` bug#51546: " 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).