python312Packages.sacn: 1.10.0 -> 1.11.0 (#385187)

This commit is contained in:
Nick Cao
2025-02-26 16:08:06 -05:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "sacn";
version = "1.10.0";
version = "1.11.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Z2Td/tdXYfQ9/QvM1NeT/OgQ/TYa3CQtWo8O1Dl3+Ao=";
hash = "sha256-FIs5yn891haHinCmK3QQ0JQICXfnhPimMC81LXOV4Oo=";
};
# no tests