Merge pull request #231625 from fabaff/ossfs-bump

python311Packages.ossfs: 2023.4.0 -> 2023.5.0
This commit is contained in:
Fabian Affolter 2023-05-13 16:27:49 +02:00 committed by GitHub
commit 18cc8f8250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;