Unverified Commit 02f617b8 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #263229 from r-ryantm/auto-update/python311Packages.sshfs

python311Packages.sshfs: 2023.7.0 -> 2023.10.0
parents ef78c7a9 092ee73c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildPythonPackage rec {
  pname = "sshfs";
  version = "2023.7.0";
  version = "2023.10.0";

  src = fetchFromGitHub {
    owner = "fsspec";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-XKBpB3ackquVKsdF8b/45Kaz5Y2ussOl0o0HkD+k9tM=";
    hash = "sha256-6MueDHR+jZFDZg4zufEVhBtSwcgDd7KnW9gJp2hDu0A=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;