mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.python-osc: 1.9.3 -> 1.10.2
https://github.com/attwad/python-osc/blob/v1.10.2/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-osc";
|
||||
version = "1.9.3";
|
||||
version = "1.10.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "python_osc";
|
||||
inherit version;
|
||||
hash = "sha256-vQ+kDe9DzlCYlHCf6w4Y8CGSrKGSxebI/iumnljyF5Q=";
|
||||
hash = "sha256-cyVI9PRn3an4kKaws7+whasRf0vTikWljSyg871qVG0=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user