diff mbox series

[bug#46319] gnu: xorriso: Update to 1.5.4.pl02.

Message ID 20210207005034.5475-1-lle-bout@zaclys.net
State Accepted
Headers show
Series [bug#46319] gnu: xorriso: Update to 1.5.4.pl02. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Léo Le Bouter Feb. 7, 2021, 12:50 a.m. UTC
* gnu/packages/cdrom.scm (xorriso): Update to 1.5.4.pl02.
---

Good catch! "$ guix refresh" did not catch that somehow.

gnu/packages/cdrom.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tobias Geerinckx-Rice Feb. 7, 2021, 8:19 p.m. UTC | #1
Léo Le Bouter via Guix-patches via 写道:
> Good catch! "$ guix refresh" did not catch that somehow.

‘guix refresh’ is a powerful tool, but like any power tool only 
useful in the hands of a human paying close attention.  It does 
not automate updates; it automates a small (tedious) part.  Don't 
trust it blindy.

> gnu/packages/cdrom.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks like xorriso was updated on master in the meantime.  Sorry 
for the duplicate effort, and thanks for the patch!

Kind regards,

T G-R
Efraim Flashner Feb. 8, 2021, 6:10 a.m. UTC | #2
On Sun, Feb 07, 2021 at 09:19:17PM +0100, Tobias Geerinckx-Rice via Guix-patches via wrote:
> Léo Le Bouter via Guix-patches via 写道:
> > Good catch! "$ guix refresh" did not catch that somehow.
> 
> ‘guix refresh’ is a powerful tool, but like any power tool only useful in
> the hands of a human paying close attention.  It does not automate updates;
> it automates a small (tedious) part.  Don't trust it blindy.
> 
> > gnu/packages/cdrom.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Looks like xorriso was updated on master in the meantime.  Sorry for the
> duplicate effort, and thanks for the patch!

Sorry! I didn't check the mailing list before pushing the update.

> Kind regards,
> 
> T G-R
diff mbox series

Patch

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index a8da7ba48b..71cb049885 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -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