Merge pull request #270156 from DamienCassou/khard-0.19

authored by Damien Cassou and committed by GitHub ed03a6c0 96052770

+2 -2
+2 -2
pkgs/applications/misc/khard/default.nix
··· 1 1 { lib, python3, fetchPypi, khard, testers }: 2 2 3 3 python3.pkgs.buildPythonApplication rec { 4 - version = "0.18.0"; 4 + version = "0.19.0"; 5 5 pname = "khard"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "05860fdayqap128l7i6bcmi9kdyi2gx02g2pmh88d56xgysd927y"; 9 + sha256 = "sha256-5ki+adfz7m0+FbxC9+IXHLn8oeLKLkASuU15lyDATKQ="; 10 10 }; 11 11 12 12 SETUPTOOLS_SCM_PRETEND_VERSION = version;