python312Packages.python-motionmount: 1.0.0 -> 1.0.1

Diff: https://github.com/vogelsproducts/python-MotionMount/compare/refs/tags/1.0.0...1.0.1
This commit is contained in:
Fabian Affolter
2024-05-02 10:25:39 +02:00
parent 2e9d7dca27
commit a507b08439
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "python-motionmount";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "vogelsproducts";
repo = "python-MotionMount";
rev = "refs/tags/${version}";
hash = "sha256-GXgshCARH4VPYHIIeWXwOCRmKgCyel4ydj/oKUWuyUM=";
hash = "sha256-F/nFo/PivnIogVwEh6MsQZQWg95kQMr6pZuf0SZa3n4=";
};
build-system = [ setuptools ];