python3Packages.glocaltokens: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm
2025-06-11 09:27:02 +00:00
parent 8cd94adbfd
commit fafb03af9e
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "glocaltokens";
version = "0.7.3";
version = "0.7.4";
pyproject = true;
src = fetchFromGitHub {
owner = "leikoilja";
repo = "glocaltokens";
tag = "v${version}";
hash = "sha256-wX0L9sNjPbd5lXtFs5B3DG3gtZKhlZG9bnnBKV32rSE=";
hash = "sha256-lUPx4HtR9n9hFwKljtCg3CYP7hl88TOLWmQ2XZL+ejY=";
};
build-system = [
@@ -60,7 +60,7 @@ buildPythonPackage rec {
meta = {
description = "Library to extract google home devices local authentication tokens from google servers";
homepage = "https://github.com/leikoilja/glocaltokens";
changelog = "https://github.com/leikoilja/glocaltokens/releases/tag/v${version}";
changelog = "https://github.com/leikoilja/glocaltokens/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
hensoko