[PATCH] gnu: artanis: update to 1.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • jgart
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
367fd39de7c1ed8aa620045fcdd4bf1d64689f8d.1736653109.git.atai@atai.org
* 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(-)

Toggle diff (33 lines)
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
jgart wrote 2 months ago
(address . 75505-done@debbugs.gnu.org)
c455b653bf89a11fcbf3e5884fd4e35a0d5f1cc3@dismail.de
Applied, thanks.

--
jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75505@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75505
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help