nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

mdformat: 0.7.19 -> 0.7.22

In the last version bump the src hash was not updated, so really this is
a bump from 0.7.18.

authored by

r-vdp and committed by
Philippe Schaaf
1b98165b 58a9d910

+2 -2
+2 -2
pkgs/development/python-modules/mdformat/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "mdformat"; 15 - version = "0.7.19"; 15 + version = "0.7.22"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "executablebooks"; 22 22 repo = "mdformat"; 23 23 tag = version; 24 - hash = "sha256-t2yx8cIq8es3XOc2nbHPKjUUium5+RPZuD8oNWZxVV0="; 24 + hash = "sha256-WvbGCqfzh7KlNXIGJq09goiyLzVgU7c1+qmsLrIW38k="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];