Merge pull request #211768 from r-ryantm/auto-update/python310Packages.python-osc

python310Packages.python-osc: 1.8.0 -> 1.8.1
This commit is contained in:
Nick Cao 2023-01-22 16:29:22 +08:00 committed by GitHub
commit 9ea9be6f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "python-osc";
version = "1.8.0";
version = "1.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "2f8c187c68d239960fb2eddcb5346a62a9b35e64f2de045b3e5e509f475ca73d";
sha256 = "sha256-69a3z4rjhzgPSOnW1zabrRwXahr2YI79eIi1C08OdK0=";
};
pythonImportsCheck = [ "pythonosc" ];