mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public python-setuptools-git
|
|||
(define-public python-setuptools-rust
|
||||
(package
|
||||
(name "python-setuptools-rust")
|
||||
(version "1.1.2")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "setuptools-rust" version))
|
||||
(sha256
|
||||
(base32 "1lb57qx1azklgzmalflq960agvwci4bwddw0zvlc9zy00fsvkbd0"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "0qi274r0fcnvxa8vs8vyhcknnzhq8pd0ig5zk1wmjc63x96p6vn8"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments '(#:tests? #f)) ;no tests
|
||||
(native-inputs
|
||||
(list python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-semantic-version python-typing-extensions))
|
||||
(home-page "https://github.com/PyO3/setuptools-rust")
|
||||
|
|
Loading…
Reference in a new issue