gnu: python-py-cpuinfo: Update to 8.0.0-1.4d6987e.

* gnu/packages/python-xyz.scm (python-py-cpuinfo): Update to 8.0.0-1.4d6987e.
[source]: Download using git-fetch.
This commit is contained in:
Efraim Flashner 2022-06-22 12:33:11 +03:00
parent 2873433c72
commit 4a1550516a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25181,23 +25181,30 @@ choose to use Base64 without the “=” padding.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python-py-cpuinfo (define-public python-py-cpuinfo
(package ;; This is the first commit where riscv64-linux support is available.
(name "python-py-cpuinfo") ;; We can move back to pypi releases with the next release.
(version "5.0.0") (let ((commit "4d6987e5c30f2ebacb20781892c01329042cce60")
(source (revision "1"))
(origin (package
(method url-fetch) (name "python-py-cpuinfo")
(uri (pypi-uri "py-cpuinfo" version)) (version (git-version "8.0.0" revision commit))
(sha256 (source
(base32 (origin
"0045y6832gqjg63jmw0qj2jwyypgjwr7sfdq3lfv49b6fxpl5xic")))) (method git-fetch)
(build-system python-build-system) (uri (git-reference
(home-page "https://github.com/workhorsy/py-cpuinfo") (url "https://github.com/workhorsy/py-cpuinfo")
(synopsis "Get CPU info with Python") (commit commit)))
(description (file-name (git-file-name name version))
"This Python module returns the CPU info by using the best sources of (sha256
(base32
"0h5wi1bfcqqr1x3j1pa7dmkx7siprsyksbsy80fl2sdrrgpji0b0"))))
(build-system python-build-system)
(home-page "https://github.com/workhorsy/py-cpuinfo")
(synopsis "Get CPU info with Python")
(description
"This Python module returns the CPU info by using the best sources of
information for your operating system.") information for your operating system.")
(license license:expat))) (license license:expat))))
(define-public python-canonicaljson (define-public python-canonicaljson
(package (package