gnu: python-parted: Update to 3.11.6.
* gnu/packages/disk.scm (python-parted): Update to 3.11.6. (python2-parted): Drop unsupported Python 2 variant.
This commit is contained in:
parent
56b4a1d53f
commit
cc82816416
1 changed files with 2 additions and 5 deletions
|
@ -520,7 +520,7 @@ a card with a smaller capacity than stated.")
|
||||||
(define-public python-parted
|
(define-public python-parted
|
||||||
(package
|
(package
|
||||||
(name "python-parted")
|
(name "python-parted")
|
||||||
(version "3.11.2")
|
(version "3.11.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -529,7 +529,7 @@ a card with a smaller capacity than stated.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r6916n3w4vldxrq30a3z2iagvxgly4vfmlidjm65vwqnyv17bvn"))))
|
(base32 "1xgrqhvn44vr3676j5sy2x3xfv2dzf7vncg25cmrsmkbd49x3z5j"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -555,9 +555,6 @@ a card with a smaller capacity than stated.")
|
||||||
(description "This package provides @code{parted} bindings for Python.")
|
(description "This package provides @code{parted} bindings for Python.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public python2-parted
|
|
||||||
(package-with-python2 python-parted))
|
|
||||||
|
|
||||||
(define-public duperemove
|
(define-public duperemove
|
||||||
(package
|
(package
|
||||||
(name "duperemove")
|
(name "duperemove")
|
||||||
|
|
Reference in a new issue