unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68016] [PATCH 0/2] Update a couple of arcan packages to 0.6.3
@ 2023-12-24 19:35 Ahmad Draidi via Guix-patches via
  2023-12-24 19:37 ` [bug#68016] [PATCH 1/2] gnu: arcan: Update " Ahmad Draidi via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2023-12-24 19:35 UTC (permalink / raw)
  To: 68016; +Cc: Ahmad Draidi

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





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

* [bug#68016] [PATCH 1/2] gnu: arcan: Update to 0.6.3.
  2023-12-24 19:35 [bug#68016] [PATCH 0/2] Update a couple of arcan packages to 0.6.3 Ahmad Draidi via Guix-patches via
@ 2023-12-24 19:37 ` Ahmad Draidi via Guix-patches via
  2023-12-24 19:37 ` [bug#68016] [PATCH 2/2] gnu: xarcan: " Ahmad Draidi via Guix-patches via
  2024-03-30  9:18 ` bug#68016: [PATCH 0/2] Update a couple of arcan packages " Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2023-12-24 19:37 UTC (permalink / raw)
  To: 68016; +Cc: Ahmad Draidi

* 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





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

* [bug#68016] [PATCH 2/2] gnu: xarcan: Update to 0.6.3.
  2023-12-24 19:35 [bug#68016] [PATCH 0/2] Update a couple of arcan packages to 0.6.3 Ahmad Draidi via Guix-patches via
  2023-12-24 19:37 ` [bug#68016] [PATCH 1/2] gnu: arcan: Update " Ahmad Draidi via Guix-patches via
@ 2023-12-24 19:37 ` Ahmad Draidi via Guix-patches via
  2024-03-30  9:18 ` bug#68016: [PATCH 0/2] Update a couple of arcan packages " Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2023-12-24 19:37 UTC (permalink / raw)
  To: 68016; +Cc: Ahmad Draidi

* 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





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

* bug#68016: [PATCH 0/2] Update a couple of arcan packages to 0.6.3
  2023-12-24 19:35 [bug#68016] [PATCH 0/2] Update a couple of arcan packages to 0.6.3 Ahmad Draidi via Guix-patches via
  2023-12-24 19:37 ` [bug#68016] [PATCH 1/2] gnu: arcan: Update " Ahmad Draidi via Guix-patches via
  2023-12-24 19:37 ` [bug#68016] [PATCH 2/2] gnu: xarcan: " Ahmad Draidi via Guix-patches via
@ 2024-03-30  9:18 ` Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-03-30  9:18 UTC (permalink / raw)
  To: Ahmad Draidi, 68016-done

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




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

end of thread, other threads:[~2024-03-30  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-24 19:35 [bug#68016] [PATCH 0/2] Update a couple of arcan packages to 0.6.3 Ahmad Draidi via Guix-patches via
2023-12-24 19:37 ` [bug#68016] [PATCH 1/2] gnu: arcan: Update " Ahmad Draidi via Guix-patches via
2023-12-24 19:37 ` [bug#68016] [PATCH 2/2] gnu: xarcan: " Ahmad Draidi via Guix-patches via
2024-03-30  9:18 ` bug#68016: [PATCH 0/2] Update a couple of arcan packages " Liliana Marie Prikler

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).