Commit 6626d14e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.luma-core: 2.5.2 -> 2.5.3

parent 921addc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@
}:
buildPythonPackage rec {
  pname = "luma-core";
  version = "2.5.2";
  version = "2.5.3";

  src = fetchPypi {
    pname = "luma_core";
    inherit version;
    hash = "sha256-Lkb4dW3OSdO1OT2re1IcO8ba1vXmpiCLVbygtxGt+zE=";
    hash = "sha256-7PscEvwy+O5s/w9hOASyYJOHwXVH9znQAmSfLm1W7C8=";
  };

  build-system = [ setuptools ];