guix-patches
[Top][All Lists]
Advanced

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

[bug#47091] [PATCH 2/2] gnu: poetry: Update to 1.1.5.


From: Tanguy Le Carrour
Subject: [bug#47091] [PATCH 2/2] gnu: poetry: Update to 1.1.5.
Date: Fri, 12 Mar 2021 08:50:20 +0100

* gnu/packages/python-xyz.scm (poetry): Update to 1.1.5.
---
 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 4dae9eee9e..81a93272e6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13470,7 +13470,7 @@ database, file, dict stores.  Cachy supports python 
versions 2.7+ and 3.2+.")
 (define-public poetry
   (package
     (name "poetry")
-    (version "1.1.4")
+    (version "1.1.5")
     ;; Poetry can only be built from source with Poetry.
     (source
      (origin
@@ -13478,7 +13478,7 @@ database, file, dict stores.  Cachy supports python 
versions 2.7+ and 3.2+.")
        (uri (pypi-uri "poetry" version))
        (sha256
         (base32
-         "1a2kgfiw66fvxhlqk5qc83s6l38czfh5hcsrbiy7qq5yfc8mlsll"))))
+         "1dvx08ksv5wnsj45db23921rj136akmcnxa0kmlsddf3wbh6wcka"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ;; Pypi does not have tests.
-- 
2.30.2






reply via email to

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