python310Packages.sshfs: 2023.1.0 -> 2023.4.1

Diff: https://github.com/fsspec/sshfs/compare/refs/tags/2023.1.0...2023.4.1

Changelog: https://github.com/fsspec/sshfs/releases/tag/2023.4.1
This commit is contained in:
Fabian Affolter 2023-04-10 22:04:16 +02:00
parent 23e55a367e
commit d022acdf6e

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "sshfs";
version = "2023.1.0";
version = "2023.4.1";
src = fetchFromGitHub {
owner = "fsspec";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-TETxjBI4T8dgmtCtx/lq2LIIwyFsAMWY6xdm7+Qsjb0=";
hash = "sha256-qoOqKXtmavKgfbg6bBEeZb+n1RVyZSxqhKIQsToxDUU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;