Merge pull request #134082 from r-ryantm/auto-update/khal

khal: 0.10.3 -> 0.10.4
This commit is contained in:
Sandro 2021-08-15 13:37:43 +02:00 committed by GitHub
commit 36dc3a4f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
with python3.pkgs; buildPythonApplication rec {
pname = "khal";
version = "0.10.3";
version = "0.10.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-L92PwU/ll+Wn1unGPHho2WC07QIbVjxoSnHwcJDtpDI=";
sha256 = "3fdb980a9a61c0206d7a82b16f77b408a4f341a2b866b9c9fcf6a641850d129f";
};
propagatedBuildInputs = [