Unverified Commit ed469729 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python3Packages.sphinx-copybutton: 0.5.0 -> 0.5.1
parents b7a58958 e40b5729
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };