Unverified Commit 7565d083 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.libuuu: 1.5.202 -> 1.5.220 (#431241)

parents b23f1742 77dd5cfe
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.202";
  version = "1.5.220";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-bwAFApnfu0p1qHZWcSrJmXPZTkpw9HFhbG7BnASbeBI=";
    hash = "sha256-dtp8Izu2A9Zr1+qkTNPS8cAiZwWf8weS71zzIQtd2mM=";
  };

  build-system = [