[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-scikit-image: Update to 0.23.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-scikit-image: Update to 0.23.2. |
Date: |
Sat, 11 May 2024 17:48:12 -0400 |
This is an automated email from the git hooks/post-receive script.
monego pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2793a79117 gnu: python-scikit-image: Update to 0.23.2.
2793a79117 is described below
commit 2793a79117d244b9e8fd48a8c3477f33f425210a
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Apr 10 21:13:53 2024 -0300
gnu: python-scikit-image: Update to 0.23.2.
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.23.2.
Change-Id: Ief01a2aef5202dd859f9337a45105088d605509e
---
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 67221c6307..861badad2e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -460,7 +460,7 @@ logic, also known as grey logic.")
(define-public python-scikit-image
(package
(name "python-scikit-image")
- (version "0.22.0")
+ (version "0.23.2")
(source
(origin
(method git-fetch)
@@ -469,7 +469,7 @@ logic, also known as grey logic.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "10fzyq2w1ldvfkmj374l375yrx33xrlw39xc9kmk8fxfi77jpykd"))))
+ (base32 "1bc8i57sjk44vd9k1ilr6fpvfq1zbq9yfi22lz22k26mzrlisym3"))))
(build-system pyproject-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-scikit-image: Update to 0.23.2.,
guix-commits <=