GNU bug report logs - #77371
[PATCH 00/12] Add packages from the scikit-hep project

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 29 Mar 2025 22:59:02 UTC

Severity: normal

Tags: patch

Done: Vinicius Monego <monego <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Vinicius Monego <monego <at> posteo.net>
To: 77371 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [bug#77371] [PATCH 01/12] gnu: python-scikit-build-core: Update to 0.11.1.
Date: Sat, 29 Mar 2025 23:00:54 +0000
* gnu/packages/python-science.scm (python-scikit-build-core): Update to
0.11.1.

Change-Id: I66d04ba5ed89d3a9eb57df1e9491b8170d5b1571
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 247ec44629..2471c43d26 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -598,13 +598,13 @@ (define-public python-scikit-allel
 (define-public python-scikit-build-core
   (package
     (name "python-scikit-build-core")
-    (version "0.10.7")
+    (version "0.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "scikit_build_core" version))
        (sha256
-        (base32 "1y64d8rl39banfwdkszyd4sbzp795q8lj66yxrz2l84mwygvbjq4"))))
+        (base32 "1dvjmrhhc3549yrdh8dwr61h7xcrr9ijddv7k7dhngykbkgqhnaf"))))
     (build-system pyproject-build-system)
     ;; Tests are aborted with the admonition: "setup.py install is
     ;; deprecated. Use build and pip and other standards-based tools."
-- 
2.49.0





This bug report was last modified 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.