paperwork: 1.2.1 -> 1.2.2

Paperwork has a new bugfix release.
This commit is contained in:
Jon Banafato 2017-12-23 01:14:09 -05:00
parent c7f1aa3804
commit c039fbb4bc
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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: