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

https://github.com/xattr/xattr/blob/v1.1.4/CHANGES.txt
This commit is contained in:
R. RyanTM 2025-01-19 08:33:27 +10:00 committed by GitHub
parent 97ae27e0a5
commit 8e030b1c7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "xattr";
version = "1.1.0";
version = "1.1.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-/svzsFBD7TSHooGQ3sPkxNh5svzsDjC6/Y7F1LYENjA=";
hash = "sha256-t7AuyyJw2lt+feruqPi1KMFzaEAcK51fY+kfVFtF03I=";
};
nativeBuildInputs = [