Merge pull request #259912 from dotlambda/txt2tags-3.9

txt2tags: 3.8 -> 3.9
This commit is contained in:
Ninjatrappeur
2023-10-09 11:29:30 +02:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "txt2tags";
version = "3.8";
version = "3.9";
format = "setuptools";
@@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "txt2tags";
repo = "txt2tags";
rev = "refs/tags/${version}";
hash = "sha256-urLsA2oeQM0WcKNDgaxKJOgBPGohJT6Zq6y6bEYMTxk=";
hash = "sha256-PwPGJJg79ny13gEb1WmgIVHcXQppI/j5mhIyOZjR19k=";
};
postPatch = ''