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

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.ghome-foyer-api: 1.2.2 -> 1.2.3

R. Ryantm 931445b3 379f765f

+2 -2
+2 -2
pkgs/development/python-modules/ghome-foyer-api/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "ghome-foyer-api"; 13 - version = "1.2.2"; 13 + version = "1.2.3"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "KapJI"; 18 18 repo = "ghome-foyer-api"; 19 19 tag = "v${version}"; 20 - hash = "sha256-Y8TfQ0cvmKyLw0UOoLbkXk2vSj+Qb11fCVfNrC1iYao="; 20 + hash = "sha256-hIprnkfAUbKoAp++sxu+T7MuGqLKOM1N1hqGBDOSo3k="; 21 21 }; 22 22 23 23 buildInputs = [