Merge pull request #208613 from helma/fix/termpdfpy-update

termpdfpy: 2019-10-03 -> 2022-03-28
This commit is contained in:
Matthieu Coudron 2023-01-03 01:23:22 +01:00 committed by GitHub
commit 5e18beea49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,26 +1,15 @@
{ lib
, buildPythonApplication
, fetchFromGitHub
, bibtool
, pybtex
, pymupdf
, pynvim
, pyperclip
, roman
, pdfrw
, pagelabels
, setuptools
}:
{ lib, buildPythonApplication, fetchFromGitHub, bibtool, pybtex, pymupdf, pynvim
, pyperclip, roman, pdfrw, pagelabels, setuptools }:
buildPythonApplication {
pname = "termpdf.py";
version = "2019-10-03";
version = "2022-03-28";
src = fetchFromGitHub {
owner = "dsanson";
repo = "termpdf.py";
rev = "4f3bdf4b5a00801631f2498f2c38c81e0a588ae2";
sha256 = "05gbj2fqzqndq1mx6g9asa7i6z8a9jdjrvilfwx8lg23cs356m6m";
rev = "e7bd0824cb7d340b8dba7d862e696dba9cb5e5e2";
sha256 = "HLQZBaDoZFVBs4JfJcwhrLx8pxdEI56/iTpUjT5pBhk=";
};
propagatedBuildInputs = [