Merge pull request #310958 from r-ryantm/auto-update/python311Packages.sacn

python311Packages.sacn: 1.9.0 -> 1.9.1
This commit is contained in:
Nick Cao 2024-05-12 10:58:16 -04:00 committed by GitHub
commit de165788be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "sacn";
version = "1.9.0";
version = "1.9.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-LimA0I8y1tdjFk244iWvKJj0Rx3OEaYOSIJtirRHh4o=";
hash = "sha256-ppXWRBZVm4QroxZ19S388sRuI5zpaDgJrJqhnwefr3k=";
};
# no tests