Merge pull request #109713 from dotlambda/setzer-0.4.0

setzer: 0.3.9 -> 0.4.0
This commit is contained in:
Sandro 2021-01-18 10:54:25 +01:00 committed by GitHub
commit eacd8cc4f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "setzer"; pname = "setzer";
version = "0.3.9"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cvfosammmm"; owner = "cvfosammmm";
repo = "Setzer"; repo = "Setzer";
rev = "v${version}"; rev = "v${version}";
sha256 = "1qmy2bxl8x6pijjaaj91v6rqdipha6iyy0b6b9y1lk3r2p3azd42"; sha256 = "036xbg65h255zlvz9l86sw6w9l4qfyf13x8p8ml7dj52hcdfvyb9";
}; };
format = "other"; format = "other";
@ -51,7 +51,8 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
pygobject3 pygobject3
pyxdg pyxdg
pypdf2 pdfminer
pycairo
]; ];
meta = with lib; { meta = with lib; {