Skip to content

Commit 5d0ebea

Browse files
r-ryantmveprbl
authored andcommitted
htgettoken: 2.1 -> 2.2
1 parent 2a6f5e8 commit 5d0ebea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ht/htgettoken/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
python3.pkgs.buildPythonApplication rec {
99
pname = "htgettoken";
10-
version = "2.1";
10+
version = "2.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "fermitools";
1414
repo = pname;
1515
tag = "v${version}";
16-
hash = "sha256-cp/Y4l59MscQIrHjVdMUQEqgFZTPTEfVdRoH/pOG5uQ=";
16+
hash = "sha256-O0OHnYaoTkqUqD4s+wEAzN3Paq9qsjBZdZ0QUXdFefE=";
1717
};
1818

1919
nativeBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)