This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 589b6be gnu: xorriso: Update to 1.5.4.pl02.
589b6be is described below
commit 589b6be99634d0c42cf25e1599b2f62b0d8e89f7
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 7 21:47:01 2021 +0200
gnu: xorriso: Update to 1.5.4.pl02.
* gnu/packages/cdrom.scm (xorriso): Update to 1.5.4.pl02.
---
gnu/packages/cdrom.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index a8da7ba..cf8d1c4 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2013, 2014 Andreas Enge <[email protected]>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
;;; Copyright © 2015 Paul van der Walt <[email protected]>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner
<[email protected]>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<[email protected]>
;;; Copyright © 2016 Alex Kost <[email protected]>
;;; Copyright © 2016 Marius Bakke <[email protected]>
;;; Copyright © 2017 John Darrington <[email protected]>
@@ -159,7 +159,7 @@ libcdio.")
(define-public xorriso
(package
(name "xorriso")
- (version "1.5.2")
+ (version "1.5.4.pl02")
(outputs '("out" "gui"))
(source (origin
(method url-fetch)
@@ -167,7 +167,7 @@ libcdio.")
version ".tar.gz"))
(sha256
(base32
- "1rqpzj95f70jfwpn4lamasfgqpizjsipz12aprdhri777b4zas9v"))))
+ "0wi92lxpm3dcjglmmfbh4z37w8jmbx0qmhh98gvzbjwx98ykkiry"))))
(build-system gnu-build-system)
(arguments
`(#:phases