python311Packages.py-dormakaba-dkey: 1.0.4 -> 1.0.5
Diff: https://github.com/emontnemery/py-dormakaba-dkey/compare/refs/tags/1.0.4...1.0.5 Changelog: https://github.com/emontnemery/py-dormakaba-dkey/releases/tag/1.0.5
This commit is contained in:
parent
bdce311b57
commit
868016c398
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "py-dormakaba-dkey";
|
||||
version = "1.0.4";
|
||||
version = "1.0.5";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "emontnemery";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-1jIsKQa27XNVievU02jjanRWFtJDYsHolgPBab6qpM0=";
|
||||
hash = "sha256-kS99du9EZwki6J2q+nI44rx/AWIPtq7wXR/61ZcyUSM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue