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

python3Packages.pyvlx: 0.2.26 -> 0.2.27 (#476242)

parents 34551039 96b36922
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
  pyyaml,
  setuptools,
  typing-extensions,
@@ -12,16 +11,14 @@

buildPythonPackage rec {
  pname = "pyvlx";
  version = "0.2.26";
  version = "0.2.27";
  pyproject = true;

  disabled = pythonOlder "3.11";

  src = fetchFromGitHub {
    owner = "Julius2342";
    repo = "pyvlx";
    tag = version;
    hash = "sha256-JwgElt0FFSGs3v+04AKPwTTpxvn8YzihJeD/+llbSMI=";
    hash = "sha256-FOchtl3HDByHIBRh0MXYnQYh6opzkcHOOYaINmMPu7w=";
  };

  build-system = [ setuptools ];
@@ -43,7 +40,7 @@ buildPythonPackage rec {
      devices, e.g. Velux Windows.
    '';
    homepage = "https://github.com/Julius2342/pyvlx";
    changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${version}";
    changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${src.tag}";
    license = lib.licenses.lgpl2Only;
    maintainers = with lib.maintainers; [ fab ];
  };