forked from mirrors/nixpkgs
python311Packages.dask-awkward: 2023.12.2 -> 2024.1.0 (#278949)
Diff: https://github.com/dask-contrib/dask-awkward/compare/refs/tags/2023.12.2...2024.1.0 Changelog: https://github.com/dask-contrib/dask-awkward/releases/tag/2024.1.0
This commit is contained in:
parent
24ee451708
commit
9121ed447f
|
@ -13,7 +13,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dask-awkward";
|
||||
version = "2023.12.2";
|
||||
version = "2024.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
owner = "dask-contrib";
|
||||
repo = "dask-awkward";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-MfZ3mdCCShD/rcqHx7xyujXax5t96RQI1e2Ckyif9e4=";
|
||||
hash = "sha256-LxkiEQDHuVCRUoYgRwvMgBff22mzOvPmDoqczRweWB8=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
|
Loading…
Reference in a new issue