GNU bug report logs -
#68016
[PATCH 0/2] Update a couple of arcan packages to 0.6.3
Previous Next
Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>
Date: Sun, 24 Dec 2023 19:37:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 68016 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 1 year and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.