Unverified Commit ab665220 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

python3Packages.lib50: 3.1.4 -> 3.2.0 (#477242)

parents 14e4a113 62bb2343
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "lib50";
  version = "3.1.4";
  version = "3.2.0";
  pyproject = true;

  # latest GitHub release is several years old. Pypi is up to date.
  src = fetchPypi {
    pname = "lib50";
    inherit version;
    hash = "sha256-/fuiizWAvM1L+shuEnYo0pXwWsLAjDEYUNfb56d/8Y0=";
    hash = "sha256-C9p5yKFkOGvUCpcZUsWF11frXOusVC9fBj4jUEVQUrg=";
  };

  build-system = [ setuptools ];