Merge pull request #215982 from symphorien/paperwork_2_1_2

paperwork: 2.1.1 -> 2.1.2
This commit is contained in:
Nick Cao 2023-02-13 09:25:34 +08:00 committed by GitHub
commit 2fa7e8d5ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

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

@ -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";