Commit 8e2edd63 authored by R. RyanTM's avatar R. RyanTM
Browse files

sigil: 2.6.0 -> 2.6.2

parent 2ca437b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "sigil";
  version = "2.6.0";
  version = "2.6.2";

  src = fetchFromGitHub {
    repo = "Sigil";
    owner = "Sigil-Ebook";
    tag = version;
    hash = "sha256-orOuY+gCh7X24jfnGgCbqRWDbtQqrlopYx9sWN2VawA=";
    hash = "sha256-3+ODd0/kkXfAchsErLjy6FDHoyVP9VyxbINKMn3N/PM=";
  };

  pythonPath = with python3Packages; [ lxml ];