khard: 0.18.0 -> 0.19.0

This commit is contained in:
Damien Cassou 2023-11-26 15:36:12 +01:00
parent a57efa182f
commit 7c53065f08
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -1,12 +1,12 @@
{ lib, python3, fetchPypi, khard, testers }:
python3.pkgs.buildPythonApplication rec {
version = "0.18.0";
version = "0.19.0";
pname = "khard";
src = fetchPypi {
inherit pname version;
sha256 = "05860fdayqap128l7i6bcmi9kdyi2gx02g2pmh88d56xgysd927y";
sha256 = "sha256-5ki+adfz7m0+FbxC9+IXHLn8oeLKLkASuU15lyDATKQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;