Merge pull request #187313 from r-ryantm/auto-update/pynitrokey
pynitrokey: 0.4.26 -> 0.4.27
This commit is contained in:
commit
de02612b75
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pynitrokey";
|
pname = "pynitrokey";
|
||||||
version = "0.4.26";
|
version = "0.4.27";
|
||||||
format = "flit";
|
format = "flit";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-OuLR6txvoOpOUYpkjA5UkXUIIa1hYCwTmmPuUC3i4zM=";
|
sha256 = "sha256-aWQhMvATcDtyBtj38mGnypkKIqKQgneBzWDh5o/5Wkc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue