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

python3Packages.sphinx-copybutton: 0.5.0 -> 0.5.1
This commit is contained in:
Mario Rodas
2022-11-18 08:11:23 -05:00
committed by GitHub
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "sphinx-copybutton";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "executablebooks";
repo = "sphinx-copybutton";
rev = "v${version}";
sha256 = "sha256-W27kCU/8NHoBtiAyA+CgNa00j6ck3CAaq1hLLGo60Ro=";
sha256 = "sha256-ptQNeklF9f0XeDbBq64ZFV15O8b4lQQLHRfblOQ3nRQ=";
fetchSubmodules = true;
};