about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-05-02 15:48:13 +0200
committerGitHub <noreply@github.com>2024-05-02 15:48:13 +0200
commit2bab70395395eebb456943e9dceaa66fca6e4bb3 (patch)
tree954f44f85a174cead710f9a8b39f92b8097e73bc
parent8969880ff4732bf7217455114abbb6cdacff675e (diff)
parenta507b08439ba88f2fc3b9eaf0a38901243a63eb3 (diff)
downloadnixlib-2bab70395395eebb456943e9dceaa66fca6e4bb3.tar
nixlib-2bab70395395eebb456943e9dceaa66fca6e4bb3.tar.gz
nixlib-2bab70395395eebb456943e9dceaa66fca6e4bb3.tar.bz2
nixlib-2bab70395395eebb456943e9dceaa66fca6e4bb3.tar.lz
nixlib-2bab70395395eebb456943e9dceaa66fca6e4bb3.tar.xz
nixlib-2bab70395395eebb456943e9dceaa66fca6e4bb3.tar.zst
nixlib-2bab70395395eebb456943e9dceaa66fca6e4bb3.zip
Merge pull request #308471 from fabaff/python-motionmount-bump
python312Packages.python-motionmount: 1.0.0 -> 1.0.1
-rw-r--r--pkgs/development/python-modules/python-motionmount/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-motionmount/default.nix b/pkgs/development/python-modules/python-motionmount/default.nix
index be3a439c3607..8e1ba0bb644e 100644
--- a/pkgs/development/python-modules/python-motionmount/default.nix
+++ b/pkgs/development/python-modules/python-motionmount/default.nix
@@ -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 ];