Unverified Commit 7070a40a authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.cyrtranslit: 1.1.1 -> 1.2.0 (#463719)

parents 18bfedc4 93160187
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ python.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = [
    "certifi"
    "cyrtranslit"
    "django-appconf"
  ];

+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "cyrtranslit";
  version = "1.1.1";
  version = "1.2.0";
  pyproject = true;

  # Pypi tarball doesn't contain tests/
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "opendatakosovo";
    repo = "cyrillic-transliteration";
    tag = "v${version}";
    hash = "sha256-t8UTOmjGqjmxU7+Po0/HmOPWAvcgZibaUC9dMlttA/0=";
    hash = "sha256-hE5fru9Y5gU4zG2Kz76w5HbVXKBua/cJdhItz3ou0kY=";
  };

  build-system = [ setuptools ];