python3Packages.dask-awkward: 2023.6.3 -> 2023.8.0 (#246671)

This commit is contained in:
Dmitry Kalinkin 2023-08-02 15:46:15 -04:00 committed by GitHub
parent 601bc8d076
commit 5eaeb7eb5a
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.6.3";
version = "2023.8.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "dask-contrib";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2Ejt1fyh8Z81WI+oIFWZxr4M1vfgs6tB4jCCMxBz2Rc=";
hash = "sha256-2nF2G6bpwHeMlB0+/DRW4I7W6mK3wfXkuqCSRQusJu4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;