mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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
This commit is contained in:
parent
4a49457995
commit
2793a79117
1 changed files with 2 additions and 2 deletions
|
@ -460,7 +460,7 @@ (define-public python-scikit-fuzzy
|
|||
(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 @@ (define-public python-scikit-image
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10fzyq2w1ldvfkmj374l375yrx33xrlw39xc9kmk8fxfi77jpykd"))))
|
||||
(base32 "1bc8i57sjk44vd9k1ilr6fpvfq1zbq9yfi22lz22k26mzrlisym3"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue