unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55345] [PATCH] gnu: artanis: Update to 0.5.1.
@ 2022-05-10  2:47 Wamm K. D
  2022-05-13 15:09 ` bug#55345: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Wamm K. D @ 2022-05-10  2:47 UTC (permalink / raw)
  To: 55345; +Cc: Wamm K. D

---
 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 ebecdfaa1e..00b7129f74 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -135,14 +135,14 @@ (define-module (gnu packages guile-xyz)
 (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 @@ (define-public artanis
                   (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)))
-- 
2.36.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55345: [PATCH] gnu: artanis: Update to 0.5.1.
  2022-05-10  2:47 [bug#55345] [PATCH] gnu: artanis: Update to 0.5.1 Wamm K. D
@ 2022-05-13 15:09 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-13 15:09 UTC (permalink / raw)
  To: Wamm K. D; +Cc: 55345-done

Hi,

"Wamm K. D" <jaft.r@outlook.com> skribis:

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

I tweaked the commit log and applied it, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-13 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10  2:47 [bug#55345] [PATCH] gnu: artanis: Update to 0.5.1 Wamm K. D
2022-05-13 15:09 ` bug#55345: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).