mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
Merge pull request #227128 from r-ryantm/auto-update/python310Packages.pyxattr
python310Packages.pyxattr: 0.8.0 -> 0.8.1
This commit is contained in:
commit
88acca3b2c
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyxattr";
|
pname = "pyxattr";
|
||||||
version = "0.8.0";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-e/QM7FrpPdZWEocX29Joz8Ozso2VU214hndslPomeFU=";
|
hash = "sha256-SMV47PjqC9Q1GxdSRw4wGpCjdhx8IfAPlT3PbW+m7lo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# IOError: [Errno 95] Operation not supported (expected)
|
# IOError: [Errno 95] Operation not supported (expected)
|
||||||
|
Loading…
Reference in New Issue
Block a user