From bebf5b1a38c39221041c0191f240c20d5a0ab1c0 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sun, 16 Apr 2023 01:42:23 +0200 Subject: [PATCH] python3Packages.sphinx-copybutton: 0.5.1 -> 0.5.2 https://github.com/executablebooks/sphinx-copybutton/releases/tag/v0.5.2 --- 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 f269e2d965e3..040bed82cdec 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.1"; + version = "0.5.2"; src = fetchFromGitHub { owner = "executablebooks"; repo = "sphinx-copybutton"; rev = "v${version}"; - hash = "sha256-ptQNeklF9f0XeDbBq64ZFV15O8b4lQQLHRfblOQ3nRQ="; + hash = "sha256-LM2LtQuYsPRJ2XX9aAW36xRtwghTkzug6A6fpVJ6hbk="; fetchSubmodules = true; };