unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.
@ 2021-02-05  5:39 Léo Le Bouter via Guix-patches via
  2021-02-06 22:23 ` Tobias Geerinckx-Rice via Guix-patches via
  2021-02-07  0:50 ` [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02 Léo Le Bouter via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: Léo Le Bouter via Guix-patches via @ 2021-02-05  5:39 UTC (permalink / raw)
  To: 46319; +Cc: Léo Le Bouter

* gnu/packages/cdrom.scm (xorriso): Update to 1.5.4.
---
 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 a8da7ba48b..8bd8d19849 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")
     (outputs '("out" "gui"))
     (source (origin
              (method url-fetch)
@@ -167,7 +167,7 @@ libcdio.")
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1rqpzj95f70jfwpn4lamasfgqpizjsipz12aprdhri777b4zas9v"))))
+               "14p3r6jahfqqw2gf739l5myz5x4qb8h34zyczbpdps2krbq5bh9s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.
  2021-02-05  5:39 [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4 Léo Le Bouter via Guix-patches via
@ 2021-02-06 22:23 ` Tobias Geerinckx-Rice via Guix-patches via
  2021-02-07  0:50 ` [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02 Léo Le Bouter via Guix-patches via
  1 sibling, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-02-06 22:23 UTC (permalink / raw)
  To: Léo Le Bouter; +Cc: 46319

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

Léo Le Bouter via Guix-patches via 写道:
> * gnu/packages/cdrom.scm (xorriso): Update to 1.5.4.

Thanks!

Shouldn't we be using 1.5.4.pl02 [0] instead?  1.5.4 is 
‘deprecated’ on the home page.

Kind regards,

T G-R

[0]: 
https://www.gnu.org/software/xorriso/xorriso-1.5.4.pl02.tar.gz

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02.
  2021-02-05  5:39 [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4 Léo Le Bouter via Guix-patches via
  2021-02-06 22:23 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2021-02-07  0:50 ` Léo Le Bouter via Guix-patches via
  2021-02-07 20:19   ` Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 1 reply; 5+ messages in thread
From: Léo Le Bouter via Guix-patches via @ 2021-02-07  0:50 UTC (permalink / raw)
  To: 46319; +Cc: Léo Le Bouter

* 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(-)

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
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02.
  2021-02-07  0:50 ` [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02 Léo Le Bouter via Guix-patches via
@ 2021-02-07 20:19   ` Tobias Geerinckx-Rice via Guix-patches via
  2021-02-08  6:10     ` Efraim Flashner
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-02-07 20:19 UTC (permalink / raw)
  To: Léo Le Bouter; +Cc: 46319-done, 46319

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02.
  2021-02-07 20:19   ` Tobias Geerinckx-Rice via Guix-patches via
@ 2021-02-08  6:10     ` Efraim Flashner
  0 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2021-02-08  6:10 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: Léo Le Bouter, 46319-done

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]

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



-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-08 12:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  5:39 [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4 Léo Le Bouter via Guix-patches via
2021-02-06 22:23 ` Tobias Geerinckx-Rice via Guix-patches via
2021-02-07  0:50 ` [bug#46319] [PATCH] gnu: xorriso: Update to 1.5.4.pl02 Léo Le Bouter via Guix-patches via
2021-02-07 20:19   ` Tobias Geerinckx-Rice via Guix-patches via
2021-02-08  6:10     ` Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).