Unverified Commit c4ba1323 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.python-motionmount: 2.2.0 -> 2.3.0 (#378626)

parents a0a154b0 7e98ff64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "python-motionmount";
  version = "2.2.0";
  version = "2.3.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "vogelsproducts";
    repo = "python-MotionMount";
    tag = version;
    hash = "sha256-07wTlyfUSt44dBwOXjkXADA+HDy8531KYxJAKqBWKeQ=";
    hash = "sha256-T7LMEISgc8HytiyANDUPdsE+l14g9wdW2QiDKFx2gY0=";
  };

  build-system = [ setuptools ];