Unverified Commit 45e34af6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.types-markdown: 3.7.0.20241204 -> 3.7.0.20250322 (#392054)

parents 567c1ba3 479120b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "types-markdown";
  version = "3.7.0.20241204";
  version = "3.7.0.20250322";
  pyproject = true;

  src = fetchPypi {
    pname = "types_markdown";
    inherit version;
    hash = "sha256-7MorJc0jFj/SjtW6NNGD1zHaA+il7Togtg2t7TBMVBA=";
    hash = "sha256-pI7YLfy2lUWSoQ8QRonS1E35ElzlGzzuIOAZilIW1Vw=";
  };

  build-system = [ setuptools ];