me
/
guix
Archived
1
0
Fork 0

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
master
Vinicius Monego 2024-04-10 21:13:53 -03:00
parent 4a49457995
commit 2793a79117
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -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