3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.simplisafe-python: 2022.11.2 -> 2022.12.0

Diff: https://github.com/bachya/simplisafe-python/compare/refs/tags/2022.11.2...2022.12.0

Changelog: https://github.com/bachya/simplisafe-python/releases/tag/2022.12.0
This commit is contained in:
Fabian Affolter 2022-12-08 23:21:18 +01:00
parent 0b8752bb65
commit 64f43259fb

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
version = "2022.11.2";
version = "2022.12.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-fGCYsuhqPs3ZYInx6Z3iRb4dtjoA7mJKpBDVx+6d/qA=";
hash = "sha256-oajFn/aMZvDpagLKadQ0Ez1uJhfUaJK4Rv6IUq3lRVE=";
};
nativeBuildInputs = [