mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
python312Packages.pyhanko: 0.25.1 -> 0.25.3
Diff: https://github.com/MatthiasValvekens/pyHanko/compare/refs/tags/v0.25.1...v0.25.3 Changelog: https://github.com/MatthiasValvekens/pyHanko/blob/v0.25.3/docs/changelog.rst
This commit is contained in:
parent
af5177004d
commit
18ceb0aadb
@ -39,18 +39,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyhanko";
|
||||
version = "0.25.1";
|
||||
version = "0.25.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MatthiasValvekens";
|
||||
repo = "pyHanko";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-keWAiqwaMZYh92B0mlR4+jjxBKLOAJ9Kgc0l0GiIQbc=";
|
||||
hash = "sha256-HJkCQ5YDVr17gtY4PW89ep7GwFdP21/ruBEKm7j3+Qo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"cryptography"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
asn1crypto
|
||||
click
|
||||
|
Loading…
Reference in New Issue
Block a user