Merge pull request #244764 from r-ryantm/auto-update/python311Packages.pyfuse3

python311Packages.pyfuse3: 3.2.2 -> 3.2.3
This commit is contained in:
Nick Cao 2023-07-22 03:09:32 -06:00 committed by GitHub
commit ad8ff8a4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyfuse3";
version = "3.2.2";
version = "3.2.3";
disabled = pythonOlder "3.5";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "libfuse";
repo = "pyfuse3";
rev = "refs/tags/${version}";
hash = "sha256-Y9Haz3MMhTXkvYFOGNWJnoGNnvoK6wiQ+s3AwJhBD8Q=";
hash = "sha256-2YrVapCojcFRaljqNeWPMWz3hEgSutKPy2u8FXp0fME=";
};
postPatch = ''