Update GNU Artanis to v1.2.2

  • Done
  • quality assurance status badge
Details
3 participants
  • Andy Tai
  • Ian Eure
  • Josep Bigorra
Owner
unassigned
Submitted by
Josep Bigorra
Severity
normal
Merged with

Debbugs page

Josep Bigorra wrote 1 months ago
(address . guix-patches@gnu.org)
CAM_04A2A6V1UcoGNK0-5ngt7_1Ku2WT=AkjisqOh8dOdxZKNbA@mail.gmail.com
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
Andy Tai wrote 1 months ago
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E9SwBzwE=Ssb4Ui=FAumMeabOfi1hS==oLesZCVA1d3Ug@mail.gmail.com
merge 75892 75904
Ian Eure wrote 1 months ago
(address . control@debbugs.gnu.org)
87ed0hfl92.fsf@retrospec.tv
close 75904
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75892@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75892
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help