unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72438] [PATCH 0/2] Update arcan to 0.6.3.3 and durden
@ 2024-08-03  7:52 Ahmad Draidi via Guix-patches via
  2024-08-03  7:55 ` [bug#72438] [PATCH 1/2] gnu: arcan: Update to 0.6.3.3 Ahmad Draidi via Guix-patches via
  2024-08-03  7:55 ` [bug#72438] [PATCH 2/2] gnu: durden: Update to 0.6.1-2.43211ac Ahmad Draidi via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2024-08-03  7:52 UTC (permalink / raw)
  To: 72438; +Cc: Ahmad Draidi

Hello Guix,

Arcan 0.6.3.3 came out. Update it, and also update durden to latest commit
since it has no tags.

Ahmad Draidi (2):
  gnu: arcan: Update to 0.6.3.3.
  gnu: durden: Update to 0.6.1-2.43211ac.

 gnu/packages/arcan.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
-- 
2.45.2





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

* [bug#72438] [PATCH 1/2] gnu: arcan: Update to 0.6.3.3.
  2024-08-03  7:52 [bug#72438] [PATCH 0/2] Update arcan to 0.6.3.3 and durden Ahmad Draidi via Guix-patches via
@ 2024-08-03  7:55 ` Ahmad Draidi via Guix-patches via
  2024-08-03  7:55 ` [bug#72438] [PATCH 2/2] gnu: durden: Update to 0.6.1-2.43211ac Ahmad Draidi via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2024-08-03  7:55 UTC (permalink / raw)
  To: 72438; +Cc: Ahmad Draidi

* gnu/packages/arcan.scm (arcan): Update to 0.6.3.3.

Change-Id: Icd3c6e46eedf3c1aa0e360961602e4207ced55c3
---
 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 114ca772fb..a4a9efb3b5 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -64,7 +64,7 @@ (define-module (gnu packages arcan)
 (define-public arcan
   (package
     (name "arcan")
-    (version "0.6.3")
+    (version "0.6.3.3")
     (source (origin
               (method git-fetch)
               (file-name (git-file-name name version))
@@ -73,7 +73,7 @@ (define-public arcan
                     (commit version)))
               (sha256
                (base32
-                "1aj8hffxsf6vg1al2v29cn35wnh7wir5x9krk4h68sy5va88w8k5"))
+                "0rbswqqrgh9bkv0fzsswpkfw2zp1a7znwy0abgrxha5vpn13qd8c"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove some bundled packages.
-- 
2.45.2





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

* [bug#72438] [PATCH 2/2] gnu: durden: Update to 0.6.1-2.43211ac.
  2024-08-03  7:52 [bug#72438] [PATCH 0/2] Update arcan to 0.6.3.3 and durden Ahmad Draidi via Guix-patches via
  2024-08-03  7:55 ` [bug#72438] [PATCH 1/2] gnu: arcan: Update to 0.6.3.3 Ahmad Draidi via Guix-patches via
@ 2024-08-03  7:55 ` Ahmad Draidi via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2024-08-03  7:55 UTC (permalink / raw)
  To: 72438; +Cc: Ahmad Draidi

* gnu/packages/arcan.scm (durden): Update to 0.6.1-2.43211ac.

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

diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index a4a9efb3b5..49b5d04990 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -187,9 +187,8 @@ (define-public arcan-sdl
     (synopsis "Combined display server, multimedia framework and game engine (SDL)")))
 
 (define-public durden
-  ;; Match Arcan 0.6.3
-  (let ((commit "a8938b9c835f55bedc2c42aec4ddc5c9739eb949")
-        (revision "1"))
+  (let ((commit "43211acd7994836d5c4ba039d7ecc939dcf8a5aa")
+        (revision "2"))
     (package
       (name "durden")
       (version (git-version "0.6.1" revision commit))
@@ -201,7 +200,7 @@ (define-public durden
                (url "https://github.com/letoram/durden")
                (commit commit)))
          (sha256
-          (base32 "1ybi6x2kwn597kjqycrqmlvp6z79yv2jfwzgx937wcckm55xlpvk"))
+          (base32 "1jns4lq959s8ydykm0yg9sddzh74k7fdvjrnbz3z91idb7abl92d"))
          (patches (search-patches "durden-shadow-arcan.patch"))))
       (build-system copy-build-system)
       (arguments
-- 
2.45.2





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

end of thread, other threads:[~2024-08-03  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03  7:52 [bug#72438] [PATCH 0/2] Update arcan to 0.6.3.3 and durden Ahmad Draidi via Guix-patches via
2024-08-03  7:55 ` [bug#72438] [PATCH 1/2] gnu: arcan: Update to 0.6.3.3 Ahmad Draidi via Guix-patches via
2024-08-03  7:55 ` [bug#72438] [PATCH 2/2] gnu: durden: Update to 0.6.1-2.43211ac Ahmad Draidi via Guix-patches via

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