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

python310Packages.sphinx-thebe: 0.2.0 -> 0.2.1

https://github.com/executablebooks/sphinx-thebe/releases/tag/v0.2.1

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-thebe/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "sphinx-thebe"; 10 - version = "0.2.0"; 10 + version = "0.2.1"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "sha256-CHZ6WacLlFhpGyujW7b2KkRSlGmUR3rlg5ulPMsKUoc="; 17 + sha256 = "f4c8c1542054f991b73fcb28c4cf21697e42aba2f83f22348c1c851b82766583"; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ sphinx ];