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

python3Packages.sphinx-copybutton: 0.5.1 -> 0.5.2
This commit is contained in:
Nick Cao
2023-04-17 09:51:55 +08:00
committed by GitHub
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "sphinx-copybutton";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "executablebooks";
repo = "sphinx-copybutton";
rev = "v${version}";
hash = "sha256-ptQNeklF9f0XeDbBq64ZFV15O8b4lQQLHRfblOQ3nRQ=";
hash = "sha256-LM2LtQuYsPRJ2XX9aAW36xRtwghTkzug6A6fpVJ6hbk=";
fetchSubmodules = true;
};