forked from mirrors/nixpkgs
Merge pull request #64823 from r-ryantm/auto-update/khard
khard: 0.13.0 -> 0.14.0
This commit is contained in:
commit
98c24b7e56
|
@ -17,13 +17,13 @@ let
|
|||
};
|
||||
|
||||
in with python.pkgs; buildPythonApplication rec {
|
||||
version = "0.13.0";
|
||||
version = "0.14.0";
|
||||
name = "khard-${version}";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/scheibler/khard/archive/v${version}.tar.gz";
|
||||
sha256 = "06b9xcdg1na6mxa2pnlh0wfsk02k2h6hlki089aaikbg8k8ykj8f";
|
||||
sha256 = "0m1pc67jz663yfc0xzfpknymn8jj2bpfxaph3pl0mjd3h1zjfyaq";
|
||||
};
|
||||
|
||||
# setup.py reads the UTF-8 encoded readme.
|
||||
|
|
Loading…
Reference in a new issue