mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
Merge pull request #259912 from dotlambda/txt2tags-3.9
txt2tags: 3.8 -> 3.9
This commit is contained in:
commit
2aa92f3e7a
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user