htgettoken: 2.1 -> 2.2

This commit is contained in:
R. Ryantm
2025-03-29 02:23:48 -04:00
committed by Dmitry Kalinkin
parent 2a6f5e8209
commit 5d0ebea193
+2 -2
View File
@@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "htgettoken";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "fermitools";
repo = pname;
tag = "v${version}";
hash = "sha256-cp/Y4l59MscQIrHjVdMUQEqgFZTPTEfVdRoH/pOG5uQ=";
hash = "sha256-O0OHnYaoTkqUqD4s+wEAzN3Paq9qsjBZdZ0QUXdFefE=";
};
nativeBuildInputs = with python3.pkgs; [