Josep Bigorra wrote 1 months ago
(address . guix-patches@gnu.org)
Hi all, submitting a patch to update Artanis to v1.2.2, this version
includes important fixes and improvements to i18n, among other things.
It's working great for me after some testing (and it's live also on
byggsteg.jointhefreeworld.org if you are interested)
Thanks in advance,
Joe
From 73787e31fcaaff7c1ce0ec9a36ec56305b729bd5 Mon Sep 17 00:00:00 2001
Message-ID: <73787e31fcaaff7c1ce0ec9a36ec56305b729bd5.1737973525.git.jjbigorra@gmail.com>
From: Josep Bigorra <jjbigorra@gmail.com>
Date: Mon, 27 Jan 2025 11:24:59 +0100
Subject: [PATCH] updated GNU Artanis to v1.2.2
---
gnu/packages/guile-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Toggle diff (31 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 590805a88..e8db904fe 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -51,6 +51,7 @@
;;; Copyright © 2024 Artyom Bologov <mail@aartaka.me>
;;; Copyright © 2024 Felix Lechner <felix.lechner@lease-up.com>
;;; Copyright © 2024 Alec Barreto <mrh57@posteo.net>
+;;; Copyright © 2025 Josep Bigorra <jjbigorra@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -149,14 +150,14 @@ (define-module (gnu packages guile-xyz)
(define-public artanis
(package
(name "artanis")
- (version "1.1.0")
+ (version "1.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/artanis/artanis-"
version ".tar.gz"))
(sha256
(base32
- "1b7mab8izvli4152hzv4n2z67kw0kwm7pvh0m960whr77rdxwid4"))
+ "013rs623075bbf824hf6jxng0kwbmg587l45fis9mmpq5168kspq"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.47.1