paperwork: 2.1.1 -> 2.1.2

changelog: https://forum.openpaper.work/t/paperwork-2-1-2/281/1
This commit is contained in:
Guillaume Girol 2023-02-12 12:00:00 +00:00
parent e5530aba13
commit 9466cb1ca9
2 changed files with 4 additions and 2 deletions

View file

@ -11,6 +11,7 @@
, fabulous
, getkey
, psutil
, shared-mime-info
, pkgs
}:
@ -39,6 +40,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
shared-mime-info
openpaperwork-gtk
];

View file

@ -1,13 +1,13 @@
{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";