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

python3Packages.sphinx-copybutton: 0.5.0 -> 0.5.1

authored by

Mario Rodas and committed by
GitHub
ed469729 b7a58958

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-copybutton/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "sphinx-copybutton"; 9 - version = "0.5.0"; 10 11 src = fetchFromGitHub { 12 owner = "executablebooks"; 13 repo = "sphinx-copybutton"; 14 rev = "v${version}"; 15 - sha256 = "sha256-W27kCU/8NHoBtiAyA+CgNa00j6ck3CAaq1hLLGo60Ro="; 16 fetchSubmodules = true; 17 }; 18
··· 6 7 buildPythonPackage rec { 8 pname = "sphinx-copybutton"; 9 + version = "0.5.1"; 10 11 src = fetchFromGitHub { 12 owner = "executablebooks"; 13 repo = "sphinx-copybutton"; 14 rev = "v${version}"; 15 + sha256 = "sha256-ptQNeklF9f0XeDbBq64ZFV15O8b4lQQLHRfblOQ3nRQ="; 16 fetchSubmodules = true; 17 }; 18