python310Packages.dask-awkward: 2023.6.1 -> 2023.6.3 (#240267)

This commit is contained in:
Dmitry Kalinkin 2023-06-29 16:55:08 -04:00 committed by GitHub
parent 5a8650469a
commit c57bc5f812
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.1";
version = "2023.6.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "dask-contrib";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+3+DABzHque0Iz5boxJQ7YCU52k0eHu2YCgomMTi4+4=";
hash = "sha256-2Ejt1fyh8Z81WI+oIFWZxr4M1vfgs6tB4jCCMxBz2Rc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;