[PATCH 0/2] Update arcan to 0.6.3.3 and durden

  • Open
  • quality assurance status badge
Details
One participant
  • Ahmad Draidi
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal
A
A
Ahmad Draidi wrote on 3 Aug 09:52 +0200
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
cover.1722671422.git.a.r.draidi@redscript.org
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
A
A
Ahmad Draidi wrote on 3 Aug 09:55 +0200
[PATCH 1/2] gnu: arcan: Update to 0.6.3.3.
(address . 72438@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
bff7a4d3681591119500e1aa0a244d4344d6614d.1722671422.git.a.r.draidi@redscript.org
* 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(-)

Toggle diff (24 lines)
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
A
A
Ahmad Draidi wrote on 3 Aug 09:55 +0200
[PATCH 2/2] gnu: durden: Update to 0.6.1-2.43211ac.
(address . 72438@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
35ef94bbb24b93fb3355afdf2092049c1794812a.1722671422.git.a.r.draidi@redscript.org
* 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(-)

Toggle diff (27 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

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

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