1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

khard: 0.16.0 -> 0.16.1

This commit is contained in:
R. RyanTM 2020-05-05 13:15:18 +00:00
parent 285bd2642b
commit b337337023

View file

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