mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:18:07 +00:00
python312Packages.pykcs11: 1.5.16 -> 1.5.17 (#349080)
This commit is contained in:
commit
1a5ccd2054
@ -9,12 +9,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pykcs11";
|
||||
version = "1.5.16";
|
||||
version = "1.5.17";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Q9dGsGd/Q8xjS598Tastm6axqDuTHiWYJHBi+P9kHgc=";
|
||||
hash = "sha256-e2Z+lZ+gtq0HULA+IIGgWcvppieJdmFD5Q+QmIoziZQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user