guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: python-cached-property: Update to 1.5.2.


From: guix-commits
Subject: 07/14: gnu: python-cached-property: Update to 1.5.2.
Date: Wed, 5 May 2021 17:49:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b36b5881054ec82f731b9e5cbcc748744a80afac
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed May 5 18:21:53 2021 +0200

    gnu: python-cached-property: Update to 1.5.2.
    
    * gnu/packages/python-xyz.scm (python-cached-property): Update to 1.5.2.
---
 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 19fd4f6..16687d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21887,14 +21887,14 @@ one-off scripts.")
 (define-public python-cached-property
   (package
     (name "python-cached-property")
-    (version "1.5.1")
+    (version "1.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cached-property" version))
        (sha256
         (base32
-         "010m1bl380l2r3vwq24r5v14l6gwvgm9v0mqqjkjss552jgsa5wj"))))
+         "0c51i6yzg6dlq6zhk4c6nv33mg8gv05kkan36k9b5jzf71c7b9cz"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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