Commit 52809155 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

htgettoken: 2.2-2 -> 2.4

parent 1191b52f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [