Unverified Commit 1b5d6948 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.motionblinds: 0.6.24 -> 0.6.25 (#341876)

parents 2e436c17 09b0477d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "motionblinds";
  version = "0.6.24";
  version = "0.6.25";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "starkillerOG";
    repo = "motion-blinds";
    rev = "refs/tags/${version}";
    hash = "sha256-4ao0FalOFrr4or7iUqx5aAw93yqI2i3/uF4rdHOsa7M=";
    hash = "sha256-MU+zMka8d8wocc90vdS56BMHg6Z/LAAdRetiysh9Ssc=";
  };

  build-system = [ setuptools ];