Commit 9466cb1c authored by Guillaume Girol's avatar Guillaume Girol
Browse files

paperwork: 2.1.1 -> 2.1.2

parent e5530aba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
, fabulous
, getkey
, psutil
, shared-mime-info

, pkgs
}:
@@ -39,6 +40,7 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    shared-mime-info
    openpaperwork-gtk
  ];

+2 −2
Original line number Diff line number Diff line
{fetchFromGitLab}:
rec {
  version = "2.1.1";
  version = "2.1.2";
  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    repo = "paperwork";
    group = "World";
    owner = "OpenPaperwork";
    rev = version;
    sha256 = "2M2eMP54F3RRDMBuAZ1gBiBoMmTRJaHTUwtTjj4ZU+4=";
    sha256 = "/5k+zUtTE+Dr879xbHDCAYrqlEJLsbkcRSG3GbA/PCg=";
  };
  sample_documents = fetchFromGitLab {
    domain = "gitlab.gnome.org";