guix-patches
[Top][All Lists]
Advanced

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

[bug#51455] [PATCH 2/2] gnu: poetry: Update to 1.1.11.


From: Tanguy Le Carrour
Subject: [bug#51455] [PATCH 2/2] gnu: poetry: Update to 1.1.11.
Date: Thu, 28 Oct 2021 09:06:01 +0200

* gnu/packages/python-build.scm (poetry): Update to 1.1.11.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bd5a5c2d4a..485b202017 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15583,7 +15583,7 @@ (define-public python-cachy
 (define-public poetry
   (package
     (name "poetry")
-    (version "1.1.5")
+    (version "1.1.11")
     ;; Poetry can only be built from source with Poetry.
     (source
      (origin
@@ -15591,7 +15591,7 @@ (define-public poetry
        (uri (pypi-uri "poetry" version))
        (sha256
         (base32
-         "1dvx08ksv5wnsj45db23921rj136akmcnxa0kmlsddf3wbh6wcka"))))
+         "17pnf2j4adlm9fhyg5jkkvs8bzcigb6nj72vr0687fxybzsj4zbx"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ;; Pypi does not have tests.
-- 
2.33.0






reply via email to

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