Skip to content

Commit

Permalink
Merge pull request NixOS#33002 from jonafato/paperwork-1.2.2
Browse files Browse the repository at this point in the history
paperwork: 1.2.1 -> 1.2.2
  • Loading branch information
srhb authored Dec 23, 2017
2 parents dd2242e + c039fbb commit d3a0eb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/paperwork/backend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildPythonPackage rec {
pname = "paperwork-backend";
version = "1.2.1";
version = "1.2.2";

src = fetchFromGitHub {
owner = "openpaperwork";
repo = "paperwork-backend";
rev = version;
sha256 = "1lrawibm6jnykj1bkrl8196kcxrhndzp7r0brdrb4hs54gql7j5x";
sha256 = "1rvf06vphm32601ja1bfkfkfpgjxiv0lh4yxjy31jll0bfnsf7pf";
};

# Python 2.x is not supported.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/office/paperwork/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
name = "paperwork-${version}";
# Don't forget to also update paperwork-backend when updating this!
version = "1.2.1";
version = "1.2.2";

src = fetchFromGitHub {
repo = "paperwork";
owner = "openpaperwork";
rev = version;
sha256 = "0lqnq74hdjj778j2k0syibwy4i37l8w932gmibs8617s4yi34rxz";
sha256 = "1nb5sna2s952xb7c89qccg9qp693pyqj8g7xz16ll16ydfqnzsdk";
};

# Patch out a few paths that assume that we're using the FHS:
Expand Down

0 comments on commit d3a0eb3

Please sign in to comment.