mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
python311Packages.pyfuse3: 3.2.2 -> 3.2.3
This commit is contained in:
parent
9b23a95e30
commit
b3705caa68
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user