Unverified Commit 77e7fe30 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #219818 from fabaff/screenlogicpy-bump

python310Packages.screenlogicpy: 0.7.2 -> 0.8.0
parents 1002cc83 663f1739
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "screenlogicpy";
  version = "0.7.2";
  version = "0.8.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "dieselrabbit";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-0yQ0upLkx5oroEH9BvIOfM5bgmVJw8o83IeAao5ncVs=";
    hash = "sha256-VZ2WZpty7PXxU0uqJ/dftUNBW3QEIXrLghKxsW9lsgE=";
  };

  propagatedBuildInputs = [