diff options
author | Andy Tai <atai@atai.org> | 2025-01-11 19:38:40 -0800 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-01-11 23:50:37 -0600 |
commit | d3f6610f853504bbd64b9ce0b4b1d99c6c386229 (patch) | |
tree | 7feaf6509f159bfe1e30d0a07e5dac78b77dae55 | |
parent | 7936d0d2f83fbcff3a027fffe7441840bbd8c765 (diff) |
gnu: artanis: Update to 1.1.0.
* gnu/packages/guile-xyz.scm (artanis): Update to 1.1.0.
[source]: Add more substitutions to the snippet.
Change-Id: I546f1a527a3e99bf559045baee9042bf1e886d5e
Signed-off-by: jgart <jgart@dismail.de>
-rw-r--r-- | gnu/packages/guile-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 318bd58f97..d3ff74dcc1 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -149,14 +149,14 @@ (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 @@ (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\\))" _ |