guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: poetry: Update to 1.1.11.


From: guix-commits
Subject: 08/09: gnu: poetry: Update to 1.1.11.
Date: Wed, 10 Nov 2021 18:24:56 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 800afd26f43803417db5373c905dfbc7ed4d6f92
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Thu Oct 28 09:06:01 2021 +0200

    gnu: poetry: Update to 1.1.11.
    
    * gnu/packages/python-build.scm (poetry): Update to 1.1.11.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 495d7fa..f330469 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15695,7 +15695,7 @@ database, file, dict stores.  Cachy supports python 
versions 2.7+ and 3.2+.")
 (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
@@ -15703,7 +15703,7 @@ database, file, dict stores.  Cachy supports python 
versions 2.7+ and 3.2+.")
        (uri (pypi-uri "poetry" version))
        (sha256
         (base32
-         "1dvx08ksv5wnsj45db23921rj136akmcnxa0kmlsddf3wbh6wcka"))))
+         "17pnf2j4adlm9fhyg5jkkvs8bzcigb6nj72vr0687fxybzsj4zbx"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ;; Pypi does not have tests.



reply via email to

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