Skip to content

Commit

Permalink
python312Packages.xknxproject: 3.8.0 -> 3.8.1 (#347647)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 10, 2024
2 parents 88a52b4 + aa848de commit 7d1246f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/python-modules/xknxproject/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
cryptography,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
Expand All @@ -12,7 +11,7 @@

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

disabled = pythonOlder "3.9";
Expand All @@ -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
];
Expand Down

0 comments on commit 7d1246f

Please sign in to comment.