mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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>
This commit is contained in:
parent
7936d0d2f8
commit
d3f6610f85
1 changed files with 3 additions and 2 deletions
|
@ -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\\))" _
|
||||
|
|
Loading…
Reference in a new issue