python3Packages.py-dormakaba-dkey: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2025-07-04 19:42:26 +00:00
parent cc0851f978
commit 38a9c34d80

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "py-dormakaba-dkey";
version = "1.0.5";
version = "1.0.6";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "emontnemery";
repo = "py-dormakaba-dkey";
tag = version;
hash = "sha256-kS99du9EZwki6J2q+nI44rx/AWIPtq7wXR/61ZcyUSM=";
hash = "sha256-WAptkdMXZN3IKjXGBiILN4gJWdVEndfGndc6J2R2cD0=";
};
patches = [
@ -53,7 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to interact with a Dormakaba dkey lock";
homepage = "https://github.com/emontnemery/py-dormakaba-dkey";
changelog = "https://github.com/emontnemery/py-dormakaba-dkey/releases/tag/${version}";
changelog = "https://github.com/emontnemery/py-dormakaba-dkey/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};