mktxp: 1.2.12 -> 1.2.14 (#445096)

This commit is contained in:
Nick Cao
2025-09-22 21:01:03 +00:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "1.2.12";
version = "1.2.14";
in
python3Packages.buildPythonApplication {
pname = "mktxp";
@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication {
owner = "akpw";
repo = "mktxp";
tag = "v${version}";
hash = "sha256-2aSRnfhOROFJWzqvltYaN2FLXrRjICV56SOOHf4wKtg=";
hash = "sha256-4+0aw/r71FcVrxASco3AkYzi7zbFeiEkJB7acGdb1FQ=";
};
nativeBuildInputs = with python3Packages; [