mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.translate-toolkit: 3.19.10 -> 3.19.11
Diff: https://github.com/translate/translate/compare/3.19.10...3.19.11 Changelog: https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.19.11.html
This commit is contained in:
parent
f7923509f8
commit
79f4be41c2
1 changed files with 2 additions and 2 deletions
|
|
@ -34,14 +34,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "translate-toolkit";
|
||||
version = "3.19.10";
|
||||
version = "3.19.11";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "translate";
|
||||
repo = "translate";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-bDvj+zTD15bCr8xA+ovKWEMabC4xB9Jsdz66RYtdaBU=";
|
||||
hash = "sha256-+94oo6IYnRR4jnR60C3WNjesK6Tk6jND3xsYyx6sw0U=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue