python3Packages.libuuu: 1.5.220 -> 1.5.222 (#433754)

This commit is contained in:
Gaétan Lepage 2025-08-14 21:46:41 +02:00 committed by GitHub
commit 397306c21e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libuuu";
version = "1.5.220";
version = "1.5.222";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-dtp8Izu2A9Zr1+qkTNPS8cAiZwWf8weS71zzIQtd2mM=";
hash = "sha256-idPz7CHixeS/YQwDmADMtAhS4Qwzrj53vDvUfb8pmpQ=";
};
build-system = [