From 38a9c34d80f87439ee175c3e280d585d4c81577d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 4 Jul 2025 19:42:26 +0000 Subject: [PATCH] python3Packages.py-dormakaba-dkey: 1.0.5 -> 1.0.6 --- .../python-modules/py-dormakaba-dkey/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/py-dormakaba-dkey/default.nix b/pkgs/development/python-modules/py-dormakaba-dkey/default.nix index 6b190999aedf..1c0c4273c43a 100644 --- a/pkgs/development/python-modules/py-dormakaba-dkey/default.nix +++ b/pkgs/development/python-modules/py-dormakaba-dkey/default.nix @@ -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 ]; };