python310Packages.python-osc: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2023-01-20 12:49:01 +00:00
parent f46ee73ba6
commit 66389a20e5

View file

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