From e40b5729a28cc7c8652e3e26f6bbb62fc8f5f04c Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 16 Nov 2022 13:33:49 +0100 Subject: [PATCH] python3Packages.sphinx-copybutton: 0.5.0 -> 0.5.1 https://github.com/executablebooks/sphinx-copybutton/releases/tag/v0.5.1 --- pkgs/development/python-modules/sphinx-copybutton/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sphinx-copybutton/default.nix b/pkgs/development/python-modules/sphinx-copybutton/default.nix index 259a7dde28b3..ba0da6319e51 100644 --- a/pkgs/development/python-modules/sphinx-copybutton/default.nix +++ b/pkgs/development/python-modules/sphinx-copybutton/default.nix @@ -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; };