GNU bug report logs - #75505
[PATCH] gnu: artanis: update to 1.1.0.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sun, 12 Jan 2025 03:40:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andy Tai <atai <at> atai.org>
To: 75505 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [bug#75505] [PATCH] gnu: artanis: update to 1.1.0.
Date: Sat, 11 Jan 2025 19:38:40 -0800
* gnu/packages/guile-xyz.scm (artanis): Update to 1.1.0.
[origin]<snippet>: Add more substitutions to the snippet.

Change-Id: I546f1a527a3e99bf559045baee9042bf1e886d5e
---
 gnu/packages/guile-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 4dd5095fb4..0962b46661 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -149,14 +149,14 @@ (define-module (gnu packages guile-xyz)
 (define-public artanis
   (package
     (name "artanis")
-    (version "1.0.0")
+    (version "1.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/artanis/artanis-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "05sigqvm04x0r1gwpwrxjffb3i13bss3ff24frr477zqm54wv5d8"))
+                "1b7mab8izvli4152hzv4n2z67kw0kwm7pvh0m960whr77rdxwid4"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -164,6 +164,7 @@ (define-public artanis
                   (delete-file-recursively "artanis/third-party/redis.scm")
                   (substitute* '("artanis/artanis.scm"
                                  "artanis/lpc.scm"
+                                 "artanis/i18n/json.scm"
                                  "artanis/oht.scm"
                                  "artanis/tpl/parser.scm")
                     (("(#:use-module \\()artanis third-party (json\\))" _

base-commit: 461d773adead955e2daead70cee4415f7f0f00be
-- 
2.34.1





This bug report was last modified 221 days ago.

Previous Next


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