python3Packages.libuuu: 1.5.220 -> 1.5.222

This commit is contained in:
R. Ryantm 2025-08-14 18:58:11 +00:00
parent 9976b5902f
commit bfd2d0210a

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 = [