GNU bug report logs -
#70648
[PATCH] gnu: artanis: Update to 0.6.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Mon, 29 Apr 2024 14:11:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 30 Apr 2024 21:09:17 +0100
with message-id <87wmoewr2q.fsf <at> cbaines.net>
and subject line Re: [bug#70648] [PATCH] gnu: artanis: Update to 0.6.
has caused the debbugs.gnu.org bug report #70648,
regarding [PATCH] gnu: artanis: Update to 0.6.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
70648: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70648
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/guile-xyz.scm (artanis): Update to 0.6.
[propagated-inputs]: Add guile-curl.
Change-Id: Ia91ba80ef0b77de529e14141251aef2dc41ed7f3
---
gnu/packages/guile-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 901c669582..1072500ab7 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -77,6 +77,7 @@ (define-module (gnu packages guile-xyz)
#:use-module (gnu packages bash)
#:use-module (gnu packages compression)
#:use-module (gnu packages crypto)
+ #:use-module (gnu packages curl)
#:use-module (gnu packages databases)
#:use-module (gnu packages disk)
#:use-module (gnu packages emacs)
@@ -145,14 +146,14 @@ (define-module (gnu packages guile-xyz)
(define-public artanis
(package
(name "artanis")
- (version "0.5.1")
+ (version "0.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/artanis/artanis-"
version ".tar.gz"))
(sha256
(base32
- "1zfg49s7wp37px7k22qcr06rxfwyn3gv1c3jmma346xw0m8jr63w"))
+ "1y4mf8vv2fwjg4z8c4d7an5rxi96sh7krk0djnafm2l66i97cj3m"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -191,7 +192,7 @@ (define-public artanis
;; projects.
;; TODO: Add guile-dbi and guile-dbd optional dependencies.
(propagated-inputs
- (list guile-json-3 guile-readline guile-redis))
+ (list guile-json-3 guile-curl guile-readline guile-redis))
(native-inputs
(list bash-minimal ;for the `source' builtin
pkg-config
base-commit: 6489f97f4a999b9b5e9b1a16d51c905e0cde4cdf
--
2.34.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/guile-xyz.scm (artanis): Update to 0.6.
> [propagated-inputs]: Add guile-curl.
>
> Change-Id: Ia91ba80ef0b77de529e14141251aef2dc41ed7f3
> ---
> gnu/packages/guile-xyz.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Thanks for the patch, I've pushed this to master as
8c37598ca3141f5a785366e71bc1122fae7875d7.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.