Commit 6223c4ec authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.luma-core: 2.5.1 -> 2.5.2

parent 956c7ae2
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.1";
  version = "2.5.2";

  src = fetchPypi {
    pname = "luma_core";
    inherit version;
    hash = "sha256-m4j76GiYnsRHfiEP4pk+d0p0Jdfeg3iBQQn5i+MsplM=";
    hash = "sha256-Lkb4dW3OSdO1OT2re1IcO8ba1vXmpiCLVbygtxGt+zE=";
  };

  build-system = [ setuptools ];