guix-commits
[Top][All Lists]
Advanced

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

09/48: gnu: python-lazy-loader: Update to 0.3.


From: guix-commits
Subject: 09/48: gnu: python-lazy-loader: Update to 0.3.
Date: Thu, 11 Jan 2024 07:39:00 -0500 (EST)

rekado pushed a commit to branch wip-python-science
in repository guix.

commit be85ec1c08aac68f99487d7815b3e480ba74fa75
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 7 23:58:57 2024 +0100

    gnu: python-lazy-loader: Update to 0.3.
    
    * gnu/packages/python-xyz.scm (python-lazy-loader): Update to 0.3.
    [native-inputs]: Add python-pre-commit.
    
    Change-Id: Id4f8b61e6e60dd6da04beb8c1e4d064dc34d994c
---
 gnu/packages/python-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9ca1200304..3dc0ec4a15 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19977,16 +19977,18 @@ inspection of types defined in the Python standard 
typing module.")
 (define-public python-lazy-loader
   (package
     (name "python-lazy-loader")
-    (version "0.2")
+    (version "0.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "lazy_loader" version))
               (sha256
                (base32
-                "12piaj94m5wbx33cxb80xgnsvzgya6cp90zj12qsq064fm8pmp0f"))))
+                "0dwghffnsjjf4pi4gwbl43rx04jmap375hdamafs5cpm6j78js1v"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest python-pytest-cov))
+     (list python-pre-commit
+           python-pytest
+           python-pytest-cov))
     (propagated-inputs
      (list python-flit-core))
     (home-page "https://scientific-python.org/specs/spec-0001/";)



reply via email to

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