onlykey-cli: 1.2.5 -> 1.2.9

This commit is contained in:
Wael M. Nasreddine 2022-05-23 20:48:26 -07:00
parent 1aacecae97
commit ca32037807
No known key found for this signature in database
GPG key ID: 8EBD95DC147755A2

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "onlykey-cli";
version = "1.2.5";
version = "1.2.9";
src = python3Packages.fetchPypi {
inherit version;
pname = "onlykey";
sha256 = "sha256-7Pr1gXaPF5mctGxDciKKj0YDDQVFFi1+t6QztoKqpAA=";
sha256 = "sha256-92CzDZgtmww0eABtjeBo6HNQ00sijWakjXLPJiOXY/A=";
};
propagatedBuildInputs = with python3Packages; [