python312Packages.python-motionmount: 1.0.1 -> 2.0.0

Diff: https://github.com/vogelsproducts/python-MotionMount/compare/refs/tags/1.0.1...2.0.0
This commit is contained in:
Fabian Affolter
2024-06-04 09:17:38 +02:00
parent e636a1ff73
commit 848f835da1
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "python-motionmount";
version = "1.0.1";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "vogelsproducts";
repo = "python-MotionMount";
rev = "refs/tags/${version}";
hash = "sha256-F/nFo/PivnIogVwEh6MsQZQWg95kQMr6pZuf0SZa3n4=";
hash = "sha256-jmHFsJwnmdSUKz2W9pWtc9KpUAs6QWnO2V5KROwmTGs=";
};
build-system = [ setuptools ];