3
0
Fork 0
forked from mirrors/nixpkgs
Gaétan Lepage 2024-01-05 22:30:14 +01:00 committed by GitHub
parent 24ee451708
commit 9121ed447f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;