GNU bug report logs - #68016
[PATCH 0/2] Update a couple of arcan packages to 0.6.3

Previous Next

Package: guix-patches;

Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>

Date: Sun, 24 Dec 2023 19:37:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68016 in the body.
You can then email your comments to 68016 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to , guix-patches <at> gnu.org:
bug#68016; Package guix-patches. (Sun, 24 Dec 2023 19:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ahmad Draidi <a.r.draidi <at> redscript.org>:
New bug report received and forwarded. Copy sent to , guix-patches <at> gnu.org. (Sun, 24 Dec 2023 19:37:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: guix-patches <at> gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH 0/2] Update a couple of arcan packages to 0.6.3
Date: Sun, 24 Dec 2023 23:35:34 +0400
Arcan 0.6.3 was tagged recently. Update packages.

Ahmad Draidi (2):
  gnu: arcan: Update to 0.6.3.
  gnu: xarcan: Update to 0.6.3.

 gnu/packages/arcan.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: 0d13d095420861022e68e87ceebd5e037e12a8b3
-- 
2.41.0





Information forwarded to , guix-patches <at> gnu.org:
bug#68016; Package guix-patches. (Sun, 24 Dec 2023 19:39:01 GMT) Full text and rfc822 format available.

Message #8 received at 68016 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 68016 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH 1/2] gnu: arcan: Update to 0.6.3.
Date: Sun, 24 Dec 2023 23:37:26 +0400
* gnu/packages/arcan.scm (arcan): Update to 0.6.3.

Change-Id: I9b1337e578cdc7d290517ace3b0edb6a3fe6e926
---
 gnu/packages/arcan.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index 4ca76edbec..b6b0b0bc04 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -61,7 +61,7 @@ (define-module (gnu packages arcan)
 (define-public arcan
   (package
     (name "arcan")
-    (version "0.6.2.1")
+    (version "0.6.3")
     (source (origin
               (method git-fetch)
               (file-name (git-file-name name version))
@@ -70,7 +70,7 @@ (define-public arcan
                     (commit version)))
               (sha256
                (base32
-                "14wwb7mgq8ab39dfprps7hzdz7a37r3cl8dc5q6m1r8n5daxyzgc"))
+                "1aj8hffxsf6vg1al2v29cn35wnh7wir5x9krk4h68sy5va88w8k5"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove some bundled packages.
-- 
2.41.0





Information forwarded to , guix-patches <at> gnu.org:
bug#68016; Package guix-patches. (Sun, 24 Dec 2023 19:39:02 GMT) Full text and rfc822 format available.

Message #11 received at 68016 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 68016 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH 2/2] gnu: xarcan: Update to 0.6.3.
Date: Sun, 24 Dec 2023 23:37:27 +0400
* gnu/packages/arcan.scm (xarcan): Update to 0.6.3.

Change-Id: I2480ec0b91e4248b1bc6b6d86f8ed7266a3b95ea
---
 gnu/packages/arcan.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index b6b0b0bc04..1c08389309 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -186,7 +186,7 @@ (define-public arcan-sdl
 (define-public xarcan
   (package
     (name "xarcan")
-    (version "0.6.1")
+    (version "0.6.3")
     (source
      (origin
        (method git-fetch)
@@ -195,7 +195,7 @@ (define-public xarcan
              (url "https://github.com/letoram/xarcan")
              (commit version)))
        (sha256
-        (base32 "1z4sf101i2y6rg2vcxfwmp1nkzfa3rw1pp48ym1ds1ka513vy128"))))
+        (base32 "1g24mmwnc45ig0x8jk0v91488k8933w07vxi4305sla56q4n82p4"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.41.0





Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sat, 30 Mar 2024 09:19:02 GMT) Full text and rfc822 format available.

Notification sent to Ahmad Draidi <a.r.draidi <at> redscript.org>:
bug acknowledged by developer. (Sat, 30 Mar 2024 09:19:02 GMT) Full text and rfc822 format available.

Message #16 received at 68016-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Ahmad Draidi <a.r.draidi <at> redscript.org>, 68016-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/2] Update a couple of arcan packages to 0.6.3
Date: Sat, 30 Mar 2024 10:18:45 +0100
Am Sonntag, dem 24.12.2023 um 23:35 +0400 schrieb Ahmad Draidi:
> Arcan 0.6.3 was tagged recently. Update packages.
Sorry for the not-so-recent push D:

It's done now.  Cheers




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 27 Apr 2024 11:24:28 GMT) Full text and rfc822 format available.

This bug report was last modified 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.