Unverified Commit a3af6fbb authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.pyglossary: 5.2.1 -> 5.3.0 (#504263)

parents d5abc018 701676f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

buildPythonPackage rec {
  pname = "pyglossary";
  version = "5.2.1";
  version = "5.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ilius";
    repo = "pyglossary";
    tag = version;
    hash = "sha256-kxCJ5Sv/v7LOIgNrhpv2Q3ooWx/eciWOVV5YhjOWf70=";
    hash = "sha256-Gg2D2nWhG8j4+NtzSzgmsdKd5UK8PherM8Hi1b2GAqg=";
  };

  build-system = [