python312Packages.pagelabels: 1.2.0 -> 1.2.1
This commit is contained in:
committed by
Matthieu Coudron
parent
dd34fb5e69
commit
e43dc12efa
@@ -7,12 +7,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pagelabels";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "07as5kzyvj66bfgvx8bph8gkyj6cgm4lhgxwb78bpdl4m8y8kpma";
|
||||
sha256 = "sha256-GAEyhECToKnIWBxnYTSOsYKZBjl50b/82mZ68i8I2ug=";
|
||||
};
|
||||
|
||||
buildInputs = [ pdfrw ];
|
||||
|
||||
Reference in New Issue
Block a user