gnu: python-setuptools-rust: Update to 1.6.0.
* gnu/packages/python-xyz.scm (python-setuptools-rust): Update to 1.6.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Remove python-setuptools-scm.
This commit is contained in:
parent
f0abde6564
commit
44888173a6
1 changed files with 3 additions and 5 deletions
|
@ -23251,17 +23251,15 @@ Git.")
|
||||||
(define-public python-setuptools-rust
|
(define-public python-setuptools-rust
|
||||||
(package
|
(package
|
||||||
(name "python-setuptools-rust")
|
(name "python-setuptools-rust")
|
||||||
(version "1.1.2")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "setuptools-rust" version))
|
(uri (pypi-uri "setuptools-rust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lb57qx1azklgzmalflq960agvwci4bwddw0zvlc9zy00fsvkbd0"))))
|
(base32 "0qi274r0fcnvxa8vs8vyhcknnzhq8pd0ig5zk1wmjc63x96p6vn8"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments '(#:tests? #f)) ;no tests
|
(arguments '(#:tests? #f)) ;no tests
|
||||||
(native-inputs
|
|
||||||
(list python-setuptools-scm))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-semantic-version python-typing-extensions))
|
(list python-semantic-version python-typing-extensions))
|
||||||
(home-page "https://github.com/PyO3/setuptools-rust")
|
(home-page "https://github.com/PyO3/setuptools-rust")
|
||||||
|
|
Reference in a new issue