Unverified Commit b0fe1026 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.dateparser: 1.3.0 -> 1.4.0 (#503902)

parents 59dc066b 2c08516a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
  pythonRelaxDeps = [
    "certifi"
    "crispy-bootstrap5"
    "dateparser"
  ];

  dependencies =
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "dateparser";
  version = "1.3.0";
  version = "1.4.0";

  pyproject = true;

@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "scrapinghub";
    repo = "dateparser";
    tag = "v${version}";
    hash = "sha256-X15zNHlF34+8Lmo6Ia3HyKOdfgsu76KbcJUxzHax0EE=";
    hash = "sha256-CmcQf0cGcZVmZfpLSYDGdZUj83T7enNRl9FTY1Q6vtk=";
  };

  build-system = [ setuptools ];