mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.pyhiveapi: 0.4.2 -> 0.4.3
https://github.com/Pyhass/Pyhiveapi/releases/tag/v0.4.3
This commit is contained in:
parent
fb2f565861
commit
d41472ea27
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyhiveapi";
|
pname = "pyhiveapi";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
owner = "Pyhass";
|
owner = "Pyhass";
|
||||||
repo = "Pyhiveapi";
|
repo = "Pyhiveapi";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0x9cfxfdpccz360azpyfhvn09xxkw7vxy42npgbqhpy2g6mh5sif";
|
sha256 = "sha256-SCMASYBOdq9nko5RSQ5BEbRLjOB4FlgwOKwdDggiOv8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue