[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: libmirage: Update to 3.2.3.
From: |
guix-commits |
Subject: |
04/06: gnu: libmirage: Update to 3.2.3. |
Date: |
Sun, 1 Sep 2019 12:27:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0000b6dc742560b2fc192315bdf38132d7252644
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Sep 1 18:23:23 2019 +0200
gnu: libmirage: Update to 3.2.3.
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.3.
---
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 8d97781..5b2260f 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -884,7 +884,7 @@ CD data, and more. It's mostly compatible with
@code{cdrtools}.")
(define-public libmirage
(package
(name "libmirage")
- (version "3.2.2")
+ (version "3.2.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -892,7 +892,7 @@ CD data, and more. It's mostly compatible with
@code{cdrtools}.")
version ".tar.bz2"))
(sha256
(base32
- "0gwrfia0fyhi0b3p2pfyyvrcfcb0qysfzgpdqsqjqbx4xaqx5wpi"))))
+ "08mfvqyk3833ksfd47i4j3ppmrw5ry219km6h7lywdh9hm9x14yf"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- branch master updated (8cb2f0f -> 5042f33), guix-commits, 2019/09/01
- 02/06: gnu: i3-wm: Update to 4.17.1., guix-commits, 2019/09/01
- 05/06: gnu: cdemu-daemon: Update to 3.2.3., guix-commits, 2019/09/01
- 01/06: gnu: hplip: Update to 3.19.8., guix-commits, 2019/09/01
- 06/06: gnu: cdemu-client: Update to 3.2.3., guix-commits, 2019/09/01
- 03/06: gnu: vhba-module: Update to 20190831., guix-commits, 2019/09/01
- 04/06: gnu: libmirage: Update to 3.2.3.,
guix-commits <=