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

Configure Feed

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

python3Packages.sphinxcontrib-tikz: 0.4.9 -> 0.4.11

+2 -2
+2 -2
pkgs/development/python-modules/sphinxcontrib-tikz/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "sphinxcontrib-tikz"; 12 - version = "0.4.9"; 12 + version = "0.4.11"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "054429a04ed253256a676ecc29f0bae2c644d5bd1150cd95d658990a07ebc8fe"; 16 + sha256 = "5c5194055d3219e2ed8d02b52b664d399674154f3db9724ae09e881d091b3d10"; 17 17 }; 18 18 19 19 patches = [