Skip to content

Commit

Permalink
python310Packages.markdown: 3.4.3 -> 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and mweinelt committed Jul 28, 2023
1 parent c677ee5 commit d2a74c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/markdown/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "markdown";
version = "3.4.3";
version = "3.4.4";

disabled = pythonOlder "3.7";

Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Python-Markdown";
repo = "markdown";
rev = "refs/tags/${version}";
hash = "sha256-o2MDsrSkR0fMA5I8AoQcJrpwNGO5lXJn8O47tQN7U6o=";
hash = "sha256-5PIIhbJVsotGwZ3BQ4x0I7WjgnGF3opNrn8J+xZCflg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d2a74c5

Please sign in to comment.