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

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.types-markdown: 3.7.0.20250322 -> 3.8.0.20250415

+2 -2
+2 -2
pkgs/development/python-modules/types-markdown/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-markdown"; 10 - version = "3.7.0.20250322"; 10 + version = "3.8.0.20250415"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 pname = "types_markdown"; 15 15 inherit version; 16 - hash = "sha256-pI7YLfy2lUWSoQ8QRonS1E35ElzlGzzuIOAZilIW1Vw="; 16 + hash = "sha256-mKsTWH0Rd3adk+VVhtPclwR991vG43zkB0Zm9d1CEro="; 17 17 }; 18 18 19 19 build-system = [ setuptools ];