3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #139419 from r-ryantm/auto-update/python3.8-translatepy

python38Packages.translatepy: 2.0 -> 2.1
This commit is contained in:
Ryan Mulligan 2021-09-29 05:29:21 -07:00 committed by GitHub
commit 46b3df372e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "translatepy";
version = "2.0";
version = "2.1";
src = fetchFromGitHub {
owner = "Animenosekai";
repo = "translate";
rev = "v${version}";
sha256 = "Rt6FvB4kZVaB/jxxqOHsnkReTFCCyiEaZf240n0zVZs=";
sha256 = "0xj97s6zglvq2894wpq3xbjxgfkrfk2414vmcszap8h9j2zxz8gf";
};
propagatedBuildInputs = [