nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+2 -2
+2 -2
pkgs/development/python-modules/simplisafe-python/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "simplisafe-python"; 23 - version = "2022.11.2"; 23 + version = "2022.12.0"; 24 24 format = "pyproject"; 25 25 26 26 disabled = pythonOlder "3.8"; ··· 29 29 owner = "bachya"; 30 30 repo = pname; 31 31 rev = "refs/tags/${version}"; 32 - sha256 = "sha256-fGCYsuhqPs3ZYInx6Z3iRb4dtjoA7mJKpBDVx+6d/qA="; 32 + hash = "sha256-oajFn/aMZvDpagLKadQ0Ez1uJhfUaJK4Rv6IUq3lRVE="; 33 33 }; 34 34 35 35 nativeBuildInputs = [