Unverified Commit 7f7c48a7 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.libuuu: 1.5.222 -> 1.5.233 (#439706)

parents 77989c40 fb664dde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@

buildPythonPackage rec {
  pname = "libuuu";
  version = "1.5.222";
  version = "1.5.233";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-idPz7CHixeS/YQwDmADMtAhS4Qwzrj53vDvUfb8pmpQ=";
    hash = "sha256-SbnQs+khNT1DwrctwHi0rsuO1WR/KgA7TUFARw9AHAU=";
  };

  build-system = [