Commit 4dfff61d authored by R. RyanTM's avatar R. RyanTM
Browse files

mktxp: 1.2.14 -> 1.2.16

parent 244110c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
}:
let
  version = "1.2.14";
  version = "1.2.16";
in
python3Packages.buildPythonApplication {
  pname = "mktxp";
@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication {
    owner = "akpw";
    repo = "mktxp";
    tag = "v${version}";
    hash = "sha256-4+0aw/r71FcVrxASco3AkYzi7zbFeiEkJB7acGdb1FQ=";
    hash = "sha256-jxXpgHSwqtbaj2oyPyWif8rr4fZNNo+ACRTFZ7aWQPc=";
  };

  nativeBuildInputs = with python3Packages; [