gnu: guile-parted: Use the latest parted.

The Parted 3.5 regression discussed here: https://issues.guix.gnu.org/55549
has been fixed with 3c381af76a.

* gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Use the latest parted
package.
This commit is contained in:
Mathieu Othacehe 2022-08-05 08:55:44 +02:00
parent 3c381af76a
commit cc4c02e346
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1409,9 +1409,7 @@ (define-public guile-parted
'(#:make-flags
'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
(inputs
;; XXX: Use Parted 3.4 to work around issues when using 3.5 in the Guix
;; System installer: <https://issues.guix.gnu.org/55549>.
(list guile-3.0 parted-3.4))
(list guile-3.0 parted))
(propagated-inputs
(list guile-bytestructures))
(native-inputs