Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

python311Packages.pyfuse3: 3.2.2 -> 3.2.3

authored by Nick Cao and committed by GitHub ad8ff8a4 0435c691

+2 -2
+2 -2
pkgs/development/python-modules/pyfuse3/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "pyfuse3"; 17 - version = "3.2.2"; 18 19 disabled = pythonOlder "3.5"; 20 ··· 24 owner = "libfuse"; 25 repo = "pyfuse3"; 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-Y9Haz3MMhTXkvYFOGNWJnoGNnvoK6wiQ+s3AwJhBD8Q="; 28 }; 29 30 postPatch = ''
··· 14 15 buildPythonPackage rec { 16 pname = "pyfuse3"; 17 + version = "3.2.3"; 18 19 disabled = pythonOlder "3.5"; 20 ··· 24 owner = "libfuse"; 25 repo = "pyfuse3"; 26 rev = "refs/tags/${version}"; 27 + hash = "sha256-2YrVapCojcFRaljqNeWPMWz3hEgSutKPy2u8FXp0fME="; 28 }; 29 30 postPatch = ''