txt2tags: 3.8 -> 3.9
Diff: https://github.com/txt2tags/txt2tags/compare/refs/tags/3.8...3.9 Changelog: https://github.com/txt2tags/txt2tags/blob/refs/tags/3.9/CHANGELOG.md
This commit is contained in:
parent
840b0698a4
commit
71199c4a4b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "txt2tags";
|
pname = "txt2tags";
|
||||||
version = "3.8";
|
version = "3.9";
|
||||||
|
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "txt2tags";
|
owner = "txt2tags";
|
||||||
repo = "txt2tags";
|
repo = "txt2tags";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-urLsA2oeQM0WcKNDgaxKJOgBPGohJT6Zq6y6bEYMTxk=";
|
hash = "sha256-PwPGJJg79ny13gEb1WmgIVHcXQppI/j5mhIyOZjR19k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue