Merge pull request #201489 from Luflosi/update/python3Packages.sphinx-copybutton

python3Packages.sphinx-copybutton: 0.5.0 -> 0.5.1

authored by

Mario Rodas and committed by
GitHub
ed469729 b7a58958

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-copybutton/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "sphinx-copybutton"; 9 - version = "0.5.0"; 9 + version = "0.5.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "executablebooks"; 13 13 repo = "sphinx-copybutton"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-W27kCU/8NHoBtiAyA+CgNa00j6ck3CAaq1hLLGo60Ro="; 15 + sha256 = "sha256-ptQNeklF9f0XeDbBq64ZFV15O8b4lQQLHRfblOQ3nRQ="; 16 16 fetchSubmodules = true; 17 17 }; 18 18