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

python312Packages.xknxproject: 3.8.0 -> 3.8.1 (#347647)

parents 88a52b4c aa848de8
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  cryptography,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
@@ -12,7 +11,7 @@

buildPythonPackage rec {
  pname = "xknxproject";
  version = "3.8.0";
  version = "3.8.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -21,13 +20,12 @@ buildPythonPackage rec {
    owner = "XKNX";
    repo = "xknxproject";
    rev = "refs/tags/${version}";
    hash = "sha256-TiFeyXgu7JKrCEzGCnamguWEP+HN4DRzYOErmdlWZFY=";
    hash = "sha256-iuW83gKDJTgFkfSW32OPOuwyGLyFoZGKQGUDJkVUGAM=";
  };

  build-system = [ setuptools ];

  dependencies = [
    cryptography
    pyzipper
    striprtf
  ];