Skip to content

Commit

Permalink
htgettoken: 2.0 -> 2.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Sep 19, 2024
1 parent 8bd64f2 commit fa83a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ht/htgettoken/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "htgettoken";
version = "2.0";
version = "2.0-2";

src = fetchFromGitHub {
owner = "fermitools";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yHUD8UaRNclALKKToFNzC49w5jivabXBt28xi6/u0Ow=";
hash = "sha256-1rF72zo/Jj4ZeEG2Nk6Wla+AfaDo5iPZhZP1j9WAK5I=";
};

nativeBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit fa83a93

Please sign in to comment.