GNU bug report logs - #70648
[PATCH] gnu: artanis: Update to 0.6.

Previous Next

Package: guix-patches;

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>

To reply to this bug, email your comments to 70648 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70648; Package guix-patches. (Mon, 29 Apr 2024 14:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 29 Apr 2024 14:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: artanis: Update to 0.6.
Date: Mon, 29 Apr 2024 07:09:21 -0700
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#70648; Package guix-patches. (Tue, 30 Apr 2024 19:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 70648 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 70648 <at> debbugs.gnu.org
Subject: Re: bug#70648: Acknowledgement ([PATCH] gnu: artanis: Update to 0.6.)
Date: Tue, 30 Apr 2024 12:20:30 -0700
patch passed QA
https://qa.guix.gnu.org/issue/70648




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 30 Apr 2024 20:10:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Tue, 30 Apr 2024 20:10:02 GMT) Full text and rfc822 format available.

Message #13 received at 70648-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 70648-done <at> debbugs.gnu.org
Subject: Re: [bug#70648] [PATCH] gnu: artanis: Update to 0.6.
Date: Tue, 30 Apr 2024 21:09:17 +0100
[Message part 1 (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 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.