1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 18:12:34 +09:00

Merge pull request #253171 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2023.8.14 -> 2023.9.0
This commit is contained in:
Nick Cao 2023-09-03 18:33:57 -04:00 committed by GitHub
commit 3547d1eb51
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2023.8.14";
version = "2023.9.0";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-msN3S7rBYZnCAh2IGBVzHjqiTapzH2kMV5CBFHmtcNE=";
hash = "sha256-FM07+ORPFne+9gtruuKqp2EwPLF9py7zi9a6vehN2Yk=";
};
nativeBuildInputs = [