htgettoken: 2.4 -> 2.5

This commit is contained in:
R. Ryantm
2025-12-05 08:15:15 +00:00
parent e019ef2611
commit 9dd5d61c49
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "htgettoken";
version = "2.4";
version = "2.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "fermitools";
repo = "htgettoken";
tag = "v${version}";
hash = "sha256-3xBACXxH5G1MO2dNFFSL1Rssc8RdauvLZ4Tx2djOgyw=";
hash = "sha256-CUzkivrkvMr8EE00tjHswyK5WidQjmki5nLYpeb8jjU=";
};
nativeBuildInputs = with python3.pkgs; [