python3Packages.pyxattr: 0.7.2 -> 0.8.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:43 +01:00
parent 6f20f0c34e
commit 8f330ab47e

View file

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyxattr"; pname = "pyxattr";
version = "0.7.2"; version = "0.8.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "68477027e6d3310669f98aaef15393bfcd9b2823d7a7f00a6f1d91a3c971ae64"; sha256 = "sha256-e/QM7FrpPdZWEocX29Joz8Ozso2VU214hndslPomeFU=";
}; };
# IOError: [Errno 95] Operation not supported (expected) # IOError: [Errno 95] Operation not supported (expected)