guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/13: gnu: artanis: Update to 0.5.1.


From: guix-commits
Subject: 03/13: gnu: artanis: Update to 0.5.1.
Date: Fri, 13 May 2022 11:52:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 944f2c81ffbfa705c9738129797e524352c08279
Author: Wamm K. D <jaft.r@outlook.com>
AuthorDate: Mon May 9 21:47:35 2022 -0500

    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>
---
 gnu/packages/guile-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0863174924..2794825d91 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]