guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/12: gnu: python-parted: Update to 3.11.6.


From: guix-commits
Subject: 11/12: gnu: python-parted: Update to 3.11.6.
Date: Sun, 23 Aug 2020 22:55:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cc82816416a82bca909b2eff5b256713eb08b433
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 24 01:51:06 2020 +0200

    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.
---
 gnu/packages/disk.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index bf03ece..cab3602 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -520,7 +520,7 @@ a card with a smaller capacity than stated.")
 (define-public python-parted
   (package
     (name "python-parted")
-    (version "3.11.2")
+    (version "3.11.6")
     (source
      (origin
        (method git-fetch)
@@ -529,7 +529,7 @@ a card with a smaller capacity than stated.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0r6916n3w4vldxrq30a3z2iagvxgly4vfmlidjm65vwqnyv17bvn"))))
+        (base32 "1xgrqhvn44vr3676j5sy2x3xfv2dzf7vncg25cmrsmkbd49x3z5j"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -555,9 +555,6 @@ a card with a smaller capacity than stated.")
     (description "This package provides @code{parted} bindings for Python.")
     (license license:gpl2+)))
 
-(define-public python2-parted
-  (package-with-python2 python-parted))
-
 (define-public duperemove
   (package
     (name "duperemove")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]