lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.xattr: 1.1.0 -> 1.1.4 (#374467)

https://github.com/xattr/xattr/blob/v1.1.4/CHANGES.txt

authored by

R. RyanTM and committed by
GitHub
8e030b1c 97ae27e0

+2 -2
+2 -2
pkgs/development/python-modules/xattr/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "xattr"; 13 - version = "1.1.0"; 13 + version = "1.1.4"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-/svzsFBD7TSHooGQ3sPkxNh5svzsDjC6/Y7F1LYENjA="; 20 + hash = "sha256-t7AuyyJw2lt+feruqPi1KMFzaEAcK51fY+kfVFtF03I="; 21 21 }; 22 22 23 23 nativeBuildInputs = [