htgettoken: 2.2-2 -> 2.4

This commit is contained in:
R. Ryantm 2025-07-09 12:17:22 +00:00 committed by Dmitry Kalinkin
parent 1191b52fbc
commit 52809155bd

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "htgettoken";
version = "2.2-2";
version = "2.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "fermitools";
repo = "htgettoken";
tag = "v${version}";
hash = "sha256-BHDLDAbssDCU59nUAVjKo1cCkXoht1lB+2BA6mGbDFU=";
hash = "sha256-3xBACXxH5G1MO2dNFFSL1Rssc8RdauvLZ4Tx2djOgyw=";
};
nativeBuildInputs = with python3.pkgs; [