mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
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:
parent
ffbb4d26f9
commit
99698c5f27
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue