Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39247f8d04c0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2732afe9fc50
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 5, 2020

  1. khard: 0.15.1 -> 0.16.0

    r-ryantm committed Apr 5, 2020
    Copy the full SHA
    35f427d View commit details

Commits on Apr 6, 2020

  1. Merge pull request #84407 from r-ryantm/auto-update/khard

    khard: 0.15.1 -> 0.16.0
    Ma27 authored Apr 6, 2020
    Copy the full SHA
    2732afe View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/khard/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/khard/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, glibcLocales, python3 }:

python3.pkgs.buildPythonApplication rec {
version = "0.15.1";
version = "0.16.0";
pname = "khard";

src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "18ba2xgfq8sw0bg6xmlfjpizid1hkzgswcfcc54gl21y2dwfda2w";
sha256 = "0a1zpkq0pplmn9flxczq2wafs6zc07r9xx9qi6dqmyv9mhy9d87f";
};

propagatedBuildInputs = with python3.pkgs; [
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
'';

meta = {
homepage = https://github.com/scheibler/khard;
homepage = "https://github.com/scheibler/khard";
description = "Console carddav client";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ];