Merge pull request #256044 from fabaff/ossfs-bump

python311Packages.ossfs: 2023.5.0 -> 2023.8.0
This commit is contained in:
Nick Cao 2023-09-19 09:47:02 -04:00 committed by GitHub
commit 9927c1108c
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.5.0";
version = "2023.8.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fsspec";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-h9h5h2eJO1wzOR7oC2usrEx0ADSoKDu74YczAmZL9NU=";
hash = "sha256-v6QZgv1QwBrQpCwP/1z6704UNvQyoCrpQGkhTmncbjQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;