mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-spectra: Update to 0.0.11.
* gnu/packages/python.scm (python-spectra): Update to 0.0.11.
This commit is contained in:
parent
12ad52c372
commit
7afd2069d5
1 changed files with 2 additions and 2 deletions
|
@ -2876,14 +2876,14 @@ (define-public python2-colormath
|
|||
(define-public python-spectra
|
||||
(package
|
||||
(name "python-spectra")
|
||||
(version "0.0.8")
|
||||
(version "0.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "spectra" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n87kzhpkml2s2q91rdkl8wz2kkv5b0bkrgww45lxa5vq34qh6w5"))))
|
||||
"1f322x914bhkg6r5gv1vmnir3iy0k5kih0fd2gp3rdkw32jn5cwf"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue