[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/17: gnu: xorriso: Update to 1.5.6.pl02
From: |
guix-commits |
Subject: |
07/17: gnu: xorriso: Update to 1.5.6.pl02 |
Date: |
Tue, 11 Jul 2023 11:01:32 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b27d3265c61808028f4b4426bdd0eb5408550021
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Jun 28 22:22:03 2023 -0700
gnu: xorriso: Update to 1.5.6.pl02
* gnu/packages/cdrom.scm (xorriso): Update to 1.5.6.pl02
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/cdrom.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 16f3efec25..dbaa67efb6 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -162,7 +162,7 @@ libcdio.")
(define-public xorriso
(package
(name "xorriso")
- (version "1.5.4")
+ (version "1.5.6.pl02")
(outputs '("out" "gui"))
(source (origin
(method url-fetch)
@@ -170,7 +170,7 @@ libcdio.")
version ".tar.gz"))
(sha256
(base32
- "14p3r6jahfqqw2gf739l5myz5x4qb8h34zyczbpdps2krbq5bh9s"))))
+ "1qfs9ybd9k67r78rp1csijmlrq7mq39f7kpyq6qcap46z5fryvvq"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (67e22584fa -> 7858b74b77), guix-commits, 2023/07/11
- 01/17: locate: Ignore unreadable manifests., guix-commits, 2023/07/11
- 09/17: gnu: qbittorrent: Update to 4.5.4., guix-commits, 2023/07/11
- 14/17: gnu: guile-hashing: Fix description., guix-commits, 2023/07/11
- 03/17: home: services: bash: Properly quote shell aliases., guix-commits, 2023/07/11
- 07/17: gnu: xorriso: Update to 1.5.6.pl02,
guix-commits <=
- 06/17: gnu: hwloc: Update to 2.9.2., guix-commits, 2023/07/11
- 05/17: gnu: guile-chickadee: Change license to Apache 2.0., guix-commits, 2023/07/11
- 10/17: gnu: qbittorrent{,-nox}: Use qt-build-system., guix-commits, 2023/07/11
- 11/17: gnu: rxvt-unicode: Update to 9.31 [fixes CVE-2022-4170]., guix-commits, 2023/07/11
- 12/17: gnu: rxvt-unicode: Use new package style., guix-commits, 2023/07/11
- 15/17: gnu: desktop-file-utils: Format description., guix-commits, 2023/07/11
- 17/17: gnu: gnuplot: Update to 5.4.8., guix-commits, 2023/07/11
- 08/17: gnu: mit-scheme: Fix building, guix-commits, 2023/07/11
- 04/17: avahi: Fix exception when #:timeout is #f., guix-commits, 2023/07/11
- 13/17: gnu: rxvt-unicode: Use helper procedure to make desktop files., guix-commits, 2023/07/11