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

R. Ryantm 38a9c34d cc0851f9

Changed files
+3 -3
pkgs
development
python-modules
py-dormakaba-dkey
+3 -3
pkgs/development/python-modules/py-dormakaba-dkey/default.nix
···
buildPythonPackage rec {
pname = "py-dormakaba-dkey";
-
version = "1.0.5";
format = "pyproject";
disabled = pythonOlder "3.10";
···
owner = "emontnemery";
repo = "py-dormakaba-dkey";
tag = version;
-
hash = "sha256-kS99du9EZwki6J2q+nI44rx/AWIPtq7wXR/61ZcyUSM=";
};
patches = [
···
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}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
···
buildPythonPackage rec {
pname = "py-dormakaba-dkey";
+
version = "1.0.6";
format = "pyproject";
disabled = pythonOlder "3.10";
···
owner = "emontnemery";
repo = "py-dormakaba-dkey";
tag = version;
+
hash = "sha256-WAptkdMXZN3IKjXGBiILN4gJWdVEndfGndc6J2R2cD0=";
};
patches = [
···
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/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};