GNU bug report logs -
#72438
[PATCH 0/2] Update arcan to 0.6.3.3 and durden
Previous Next
To reply to this bug, email your comments to 72438 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72438
; Package
guix-patches
.
(Sat, 03 Aug 2024 07:55:02 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
.
(Sat, 03 Aug 2024 07:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72438
; Package
guix-patches
.
(Sat, 03 Aug 2024 07:58:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 72438 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72438
; Package
guix-patches
.
(Sat, 03 Aug 2024 07:58:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72438 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.