diff options
author | Wamm K. D <jaft.r@outlook.com> | 2022-05-09 21:47:35 -0500 |
---|---|---|
committer | Guix Patches Tester <> | 2022-05-10 09:59:57 +0100 |
commit | 5f049b2e2561c49a6b9e7bd8b55527ce9f43af4e (patch) | |
tree | 512f4f8defc97a82e0e15509c600046dff69a7f3 | |
parent | 1ebc27475cc310d6f9dd154b6b6893918f604c09 (diff) | |
download | guix-patches-5f049b2e2561c49a6b9e7bd8b55527ce9f43af4e.tar guix-patches-5f049b2e2561c49a6b9e7bd8b55527ce9f43af4e.tar.gz |
gnu: artanis: Update to 0.5.1.
-rw-r--r-- | gnu/packages/guile-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index ebecdfaa1e..00b7129f74 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -135,14 +135,14 @@ (define-public artanis (package (name "artanis") - (version "0.5") + (version "0.5.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/artanis/artanis-" version ".tar.gz")) (sha256 (base32 - "1vk1kp2xhz35xa5n27cxlq9c88wk6qm7fqaac8rb0pb6k9pvsv7v")) + "1zfg49s7wp37px7k22qcr06rxfwyn3gv1c3jmma346xw0m8jr63w")) (modules '((guix build utils))) (snippet '(begin @@ -153,7 +153,8 @@ (delete-file-recursively "artanis/third-party/redis") (substitute* '("artanis/artanis.scm" "artanis/lpc.scm" - "artanis/oht.scm") + "artanis/oht.scm" + "artanis/tpl/parser.scm") (("(#:use-module \\()artanis third-party (json\\))" _ use-module json) (string-append use-module json))) |