python311Packages.ossfs: 2023.4.0 -> 2023.5.0

Diff: https://github.com/fsspec/ossfs/compare/refs/tags/2023.4.0...2023.5.0

Changelog: https://github.com/fsspec/ossfs/releases/tag/2023.5.0
This commit is contained in:
Fabian Affolter 2023-05-13 10:08:53 +02:00
parent 1f68716877
commit e3880c6486

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ossfs";
version = "2023.4.0";
version = "2023.5.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fsspec";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xYxoEU4+XyiEZThLEyRVHNFg7Bc6jrYEEtq8o+4PtnY=";
hash = "sha256-h9h5h2eJO1wzOR7oC2usrEx0ADSoKDu74YczAmZL9NU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;