Unverified Commit 99a4369a authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

mktxp: 1.2.14 -> 1.2.16 (#459703)

parents 4f0a858f 4dfff61d
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; [