mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-fasteners: Update to 0.15.
* gnu/packages/python-xyz.scm (python-fasteners): Update to 0.15. [propagated-inputs]: Move python-testtools ... [native-inputs]: ... to here.
This commit is contained in:
parent
4dfbebdb64
commit
dc9e8f2ed3
1 changed files with 5 additions and 4 deletions
|
@ -17240,19 +17240,20 @@ (define-public pybind11
|
||||||
(define-public python-fasteners
|
(define-public python-fasteners
|
||||||
(package
|
(package
|
||||||
(name "python-fasteners")
|
(name "python-fasteners")
|
||||||
(version "0.14.1")
|
(version "0.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fasteners" version))
|
(uri (pypi-uri "fasteners" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"063y20kx01ihbz2mziapmjxi2cd0dq48jzg587xdsdp07xvpcz22"))))
|
"1vzmz1xh38b84dv0f4hlp7arwmx8wjlih6lf964bpy8dnyk6s5rs"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-monotonic" ,python-monotonic)
|
`(("python-monotonic" ,python-monotonic)
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)))
|
||||||
("python-testtools" ,python-testtools)))
|
(native-inputs
|
||||||
|
`(("python-testtools" ,python-testtools)))
|
||||||
(home-page "https://github.com/harlowja/fasteners")
|
(home-page "https://github.com/harlowja/fasteners")
|
||||||
(synopsis "Python package that provides useful locks")
|
(synopsis "Python package that provides useful locks")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue