me
/
guix
Archived
1
0
Fork 0

gnu: artanis: Update to 0.5.1.

* gnu/packages/guile-xyz.scm (artanis): Update to 0.5.1.
[source]: Substitute "artanis/tpl/parser.scm".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Wamm K. D 2022-05-09 21:47:35 -05:00 committed by Ludovic Courtès
parent c0e712931b
commit 944f2c81ff
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 3 deletions

View File

@ -135,14 +135,14 @@
(define-public artanis (define-public artanis
(package (package
(name "artanis") (name "artanis")
(version "0.5") (version "0.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/artanis/artanis-" (uri (string-append "mirror://gnu/artanis/artanis-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vk1kp2xhz35xa5n27cxlq9c88wk6qm7fqaac8rb0pb6k9pvsv7v")) "1zfg49s7wp37px7k22qcr06rxfwyn3gv1c3jmma346xw0m8jr63w"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -153,7 +153,8 @@
(delete-file-recursively "artanis/third-party/redis") (delete-file-recursively "artanis/third-party/redis")
(substitute* '("artanis/artanis.scm" (substitute* '("artanis/artanis.scm"
"artanis/lpc.scm" "artanis/lpc.scm"
"artanis/oht.scm") "artanis/oht.scm"
"artanis/tpl/parser.scm")
(("(#:use-module \\()artanis third-party (json\\))" _ (("(#:use-module \\()artanis third-party (json\\))" _
use-module json) use-module json)
(string-append use-module json))) (string-append use-module json)))