python3Packages.glocaltokens: 0.7.3 -> 0.7.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user