[PATCH 0/2] Update a couple of arcan packages to 0.6.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 1 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
cover.1703445380.git.a.r.draidi@redscript.org
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
Ahmad Draidi wrote 1 years ago
[PATCH 1/2] gnu: arcan: Update to 0.6.3.
(address . 68016@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
682f59a93f101ce1e4b51aaf5c23c51fc592e94b.1703445380.git.a.r.draidi@redscript.org
* 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(-)

Toggle diff (24 lines)
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
Ahmad Draidi wrote 1 years ago
[PATCH 2/2] gnu: xarcan: Update to 0.6.3.
(address . 68016@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
808aa93cadf7f266f3f354e47bf45d6dbfd560dd.1703445380.git.a.r.draidi@redscript.org
* 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(-)

Toggle diff (24 lines)
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
Liliana Marie Prikler wrote 11 months ago
Re: [PATCH 0/2] Update a couple of arcan packages to 0.6.3
0add23f4402509be6606dbc4f7f8af0d9d97c777.camel@gmail.com
Am Sonntag, dem 24.12.2023 um 23:35 +0400 schrieb Ahmad Draidi:
Toggle quote (1 lines)
> Arcan 0.6.3 was tagged recently. Update packages.
Sorry for the not-so-recent push D:

It's done now. Cheers
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68016
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