[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: python-parted: Update to 3.11.7.
From: |
guix-commits |
Subject: |
03/04: gnu: python-parted: Update to 3.11.7. |
Date: |
Tue, 17 Nov 2020 16:22:02 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 735093e52125e61a6e94c03d066cd68e8ab240a3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 21:55:27 2020 +0100
gnu: python-parted: Update to 3.11.7.
* gnu/packages/disk.scm (python-parted): Update to 3.11.7.
---
gnu/packages/disk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 1e31ad8..9167ccb 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -521,7 +521,7 @@ a card with a smaller capacity than stated.")
(define-public python-parted
(package
(name "python-parted")
- (version "3.11.6")
+ (version "3.11.7")
(source
(origin
(method git-fetch)
@@ -530,7 +530,7 @@ a card with a smaller capacity than stated.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1xgrqhvn44vr3676j5sy2x3xfv2dzf7vncg25cmrsmkbd49x3z5j"))))
+ (base32 "01193fmkss9icjvqpw85szpk8ld1pnha7p9kqm7mpwk6rc6gi2m3"))))
(build-system python-build-system)
(arguments
`(#:phases