3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.xattr: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2022-12-22 14:02:20 +00:00
parent b10a520017
commit 5d572714dc

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "xattr";
version = "0.10.0";
version = "0.10.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ciZS0qUyTheJHEFtTHbZHM+YgwqPUWoN6FM86GfzrK8=";
sha256 = "sha256-wS59gf+qBgWzrIwiwplKjhipzxxZKHobdyKiKJyVLsU=";
};
propagatedBuildInputs = [ cffi ];