Merge pull request #95603 from gebner/khard0170

khard: 0.16.1 -> 0.17.0
This commit is contained in:
Gabriel Ebner 2020-08-16 17:57:53 +02:00 committed by GitHub
commit dd2e987164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, glibcLocales, python3 }:
python3.pkgs.buildPythonApplication rec {
version = "0.16.1";
version = "0.17.0";
pname = "khard";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "0fg4qh5gzki5wg958wlpc8a2icnk74gzg33lqxjm755cfnjng7qd";
sha256 = "062nv4xkfsjc11k9m52dh6xjn9z68a4a6x1s8z05wwv4jbp1lkhn";
};
propagatedBuildInputs = with python3.pkgs; [