gnu: python-vine: Update to 5.1.0.

* gnu/packages/python-xyz.scm (python-vine): Update to 5.1.0.
[build-system]: Use pyproject-build-system.

Change-Id: I2621eb21deb516d16e9cc50ff9237aed1b6b46b8
This commit is contained in:
Vinicius Monego 2024-03-23 20:21:27 -03:00
parent 905a306102
commit 1f3173786a
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 3 additions and 3 deletions

View File

@ -5837,14 +5837,14 @@ provides Python-specific tags that represent an arbitrary Python object.")
(define-public python-vine
(package
(name "python-vine")
(version "5.0.0")
(version "5.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "vine" version))
(sha256
(base32 "0zk3pm0g7s4qfn0gk28lfmsyplvisaxi6826cgpq5njkm4j1cfvx"))))
(build-system python-build-system)
(base32 "1q31krwxdvwawdn1kfqmpplix31d4jhs0qng26908hawsf0yjqlb"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest python-case))
(home-page "https://github.com/celery/vine")