all messages for Guix-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.