lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.pykeepass: 4.0.2 -> 4.0.3

https://github.com/libkeepass/pykeepass/blob/v4.0.3/CHANGELOG.rst

authored by

Robert Schütz and committed by
Robert Schütz
1bf827d0 31f4fd02

+4 -2
+4 -2
pkgs/development/python-modules/pykeepass/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "pykeepass"; 9 - version = "4.0.2"; 9 + version = "4.0.3"; 10 + 11 + format = "setuptools"; 10 12 11 13 src = fetchFromGitHub { 12 14 owner = "libkeepass"; 13 15 repo = "pykeepass"; 14 16 rev = "v${version}"; 15 - hash = "sha256-q6cBowEki5iJh04Hp1jwbWdteEu3HXtD3tG/TsYDRNI="; 17 + hash = "sha256-HyveBBsd1OFWoY3PgqqaKRLBhsxgFv8PRAxEF6r+bf4="; 16 18 }; 17 19 18 20 postPatch = ''