[PATCH] gnu: xorriso: Update to 1.5.6.pl02

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
dec2295be8752938461e06fb1c60c8cd6f81e5af.1688016092.git.atai@atai.org
* gnu/packages/cdrom.scm (xorriso): Update to 1.5.6.pl02
---
gnu/packages/cdrom.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (define-public libcdio-paranoia
(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 @@ (define-public xorriso
version ".tar.gz"))
(sha256
(base32
- "14p3r6jahfqqw2gf739l5myz5x4qb8h34zyczbpdps2krbq5bh9s"))))
+ "1qfs9ybd9k67r78rp1csijmlrq7mq39f7kpyq6qcap46z5fryvvq"))))
(build-system gnu-build-system)
(arguments
`(#:phases

base-commit: ac86174e22fcd762893bd4515786b1376af9397b
--
2.40.1
Ludovic Courtès wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 64343-done@debbugs.gnu.org)
87ilaq4krn.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/cdrom.scm (xorriso): Update to 1.5.6.pl02

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64343@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64343
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help