gnu: python-parted: Update to 3.11.2.
* gnu/packages/disk.scm (python-parted): Update to 3.11.2.
This commit is contained in:
parent
91477def51
commit
89512e1b30
|
@ -439,15 +439,14 @@ 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.1")
|
(version "3.11.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/dcantrell/pyparted/archive/v"
|
(uri (string-append "https://github.com/dcantrell/pyparted/archive/v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "18727vdscrdi2sza9la0y2xxfc4cqfl0ivjigx6m1q16jnaz84ml"))))
|
||||||
"0r1nyjj40nacnfnv17x2mnsj6ga1qplyxyza82v2809dfhim2fwq"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue