diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-23 18:46:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-24 13:25:27 +0200 |
commit | 89512e1b30b549dd47db21fcb015c2c0ec540aaf (patch) | |
tree | ae23aa45fb122ba42c64dfb40b1874d667f261d2 /gnu/packages/disk.scm | |
parent | 91477def5181f5cd1e7ce4944c21e58106bdcf23 (diff) | |
download | patches-89512e1b30b549dd47db21fcb015c2c0ec540aaf.tar patches-89512e1b30b549dd47db21fcb015c2c0ec540aaf.tar.gz |
gnu: python-parted: Update to 3.11.2.
* gnu/packages/disk.scm (python-parted): Update to 3.11.2.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r-- | gnu/packages/disk.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 778529436b..50b28e9d02 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -439,15 +439,14 @@ a card with a smaller capacity than stated.") (define-public python-parted (package (name "python-parted") - (version "3.11.1") + (version "3.11.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/dcantrell/pyparted/archive/v" version ".tar.gz")) (sha256 - (base32 - "0r1nyjj40nacnfnv17x2mnsj6ga1qplyxyza82v2809dfhim2fwq")))) + (base32 "18727vdscrdi2sza9la0y2xxfc4cqfl0ivjigx6m1q16jnaz84ml")))) (build-system python-build-system) (arguments `(#:phases |