python3Packages.sphinx-copybutton: 0.5.0 -> 0.5.1

https://github.com/executablebooks/sphinx-copybutton/releases/tag/v0.5.1
This commit is contained in:
Luflosi
2022-11-16 13:33:49 +01:00
parent adbe2f532c
commit e40b5729a2
@@ -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;
};