0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.sphinx-copybutton: 0.4.0 -> 0.5.0

https://github.com/executablebooks/sphinx-copybutton/releases/tag/v0.5.0
This commit is contained in:
Luflosi 2022-02-07 16:43:18 +01:00 committed by Jonathan Ringer
parent e139593aae
commit 93e9949259

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "sphinx-copybutton";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "executablebooks";
repo = "sphinx-copybutton";
rev = "v${version}";
sha256 = "sha256-vrEIvQeP7AMXSme1PBp0ox5k8Q1rz+1cbHIO+o17Jqc=";
sha256 = "sha256-W27kCU/8NHoBtiAyA+CgNa00j6ck3CAaq1hLLGo60Ro=";
fetchSubmodules = true;
};