python310Packages.pykeepass: 4.0.2 -> 4.0.3

https://github.com/libkeepass/pykeepass/blob/v4.0.3/CHANGELOG.rst
This commit is contained in:
Robert Schütz 2022-06-26 04:23:41 +00:00 committed by Robert Schütz
parent 31f4fd0287
commit 1bf827d026

View file

@ -6,13 +6,15 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pykeepass"; pname = "pykeepass";
version = "4.0.2"; version = "4.0.3";
format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libkeepass"; owner = "libkeepass";
repo = "pykeepass"; repo = "pykeepass";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-q6cBowEki5iJh04Hp1jwbWdteEu3HXtD3tG/TsYDRNI="; hash = "sha256-HyveBBsd1OFWoY3PgqqaKRLBhsxgFv8PRAxEF6r+bf4=";
}; };
postPatch = '' postPatch = ''