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

python310Packages.sphinxcontrib-bibtex: 2.4.2 -> 2.5.0

+2 -2
+2 -2
pkgs/development/python-modules/sphinxcontrib-bibtex/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "sphinxcontrib-bibtex"; 13 - version = "2.4.2"; 13 + version = "2.5.0"; 14 14 15 15 disabled = pythonOlder "3.6"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-ZbAj7kfzXx8DrE1xyCTmfGJMfsrBuyboNiMnGgH52oY="; 19 + hash = "sha256-cbQuXbDi4oTyQ4dTJr+ZNqqadjKCJ311BIgm/vWwDqo="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [