mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-awkward-cpp: Update to 43.
* gnu/packages/python-xyz.scm (python-awkward-cpp): Update to 43. [propagated-inputs]: Remove python-importlib-resources. Change-Id: I7201a31d49287f9a656f53fff953ebb593620712
This commit is contained in:
parent
6b692fc0f9
commit
f2ef1fdcc1
1 changed files with 4 additions and 4 deletions
|
@ -432,15 +432,15 @@ loop.")
|
|||
(define-public python-awkward-cpp
|
||||
(package
|
||||
(name "python-awkward-cpp")
|
||||
(version "32")
|
||||
(version "43")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "awkward-cpp" version))
|
||||
(uri (pypi-uri "awkward_cpp" version))
|
||||
(sha256
|
||||
(base32 "1w11fjkwrian3vll7jhnisl1b6m6rk2rqx0n9d1hzyq6cbw5m35d"))))
|
||||
(base32 "1bays82mjyg0clmms0rdaf1jrdyr0pw5njq8v9kgcan8drcpbvf1"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-importlib-resources python-numpy))
|
||||
(propagated-inputs (list python-numpy))
|
||||
(native-inputs
|
||||
(list cmake pybind11 python-pytest python-scikit-build-core))
|
||||
(home-page "https://github.com/scikit-hep/awkward-1.0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue