Skip to content

Commit bc9c870

Browse files
r-ryantmveprbl
authored andcommitted
htgettoken: 2.0-2 -> 2.1
1 parent 1767c53 commit bc9c870

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.0-2";
10+
version = "2.1";
1111

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

1919
nativeBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)