Merge pull request #134840 from r-ryantm/auto-update/python3.8-sacn

This commit is contained in:
Martin Weinelt 2021-08-19 23:32:34 +02:00 committed by GitHub
commit dd16ebe599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "sacn";
version = "1.7.0";
version = "1.8.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "136gw09av7r2y02q7aam4chhivpbwkdskwwavrl5v0zn34y0axwp";
sha256 = "cdc9af732f4ca5badbf732499775575c4f815c73f857720c0a61a3fc80257f7a";
};
# no tests