[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: asunder: Update to 2.9.7.
From: |
guix-commits |
Subject: |
03/12: gnu: asunder: Update to 2.9.7. |
Date: |
Thu, 15 Oct 2020 21:02:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 25bc6ffdd06521702094bb799dd300090ac0bc52
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 15 19:52:26 2020 +0200
gnu: asunder: Update to 2.9.7.
* gnu/packages/cdrom.scm (asunder): Update to 2.9.7.
---
gnu/packages/cdrom.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 6dee19f..766f62f 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -737,16 +737,15 @@ information is written to standard error.")
(define-public asunder
(package
(name "asunder")
- (version "2.9.6")
- (source (origin
- (method url-fetch)
- (uri
- (string-append
"http://www.littlesvr.ca/asunder/releases/asunder-"
- version
- ".tar.bz2"))
- (sha256
- (base32
- "1ycnd82lh7qy1pcbngd4b41s16j9hnm2kyfrncg4cwr3bfk7yg7a"))))
+ (version "2.9.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "http://www.littlesvr.ca/asunder/releases/asunder-"
+ version ".tar.bz2"))
+ (sha256
+ (base32 "1x3l308ss0iqhz90qyjb94gyd8b4piyrm2nzjmg5kf049k9prjf1"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:out-of-source? #f
- branch master updated (4caa84e -> e4089b8), guix-commits, 2020/10/15
- 02/12: gnu: knot-resolver: Build with only knot:lib., guix-commits, 2020/10/15
- 03/12: gnu: asunder: Update to 2.9.7.,
guix-commits <=
- 01/12: gnu: knot: Build separate outputs., guix-commits, 2020/10/15
- 04/12: gnu: fakeroot: Update to 1.25.3., guix-commits, 2020/10/15
- 05/12: gnu: swaks: Use git source., guix-commits, 2020/10/15
- 07/12: gnu: perl-email-sender: Update to 1.300035., guix-commits, 2020/10/15
- 09/12: gnu: xterm: Update to 361., guix-commits, 2020/10/15
- 10/12: gnu: chirp: Update to 20201014., guix-commits, 2020/10/15
- 08/12: gnu: praat: Update to 6.1.27., guix-commits, 2020/10/15
- 12/12: gnu: perl-role-tiny: Update to 2.001004., guix-commits, 2020/10/15
- 11/12: gnu: dmidecode: Update to 3.3., guix-commits, 2020/10/15
- 06/12: gnu: swaks: Update to 20201014.0., guix-commits, 2020/10/15