python37Packages.libkeepass: 0.3.0 -> 0.3.1.post1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-libkeepass/versions
This commit is contained in:
R. RyanTM 2019-08-20 06:53:04 -07:00
parent ffbb4d26f9
commit 99698c5f27

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "libkeepass";
version = "0.3.0";
version = "0.3.1.post1";
src = fetchPypi {
inherit pname version;
sha256 = "3ed79ea786f7020b14b83c082612ed8fbcc6f8edf65e1697705837ab9e40e9d7";
sha256 = "0pwg7n9xqcjia1qmz6g48h5s31slh3mxmcqag73gq4zhl4xb6bai";
};
propagatedBuildInputs = [ lxml pycryptodome colorama ];