Merge pull request #120920 from erictapen/khal-0.10.3

khal: 0.10.2 -> 0.10.3
This commit is contained in:
Gabriel Ebner 2021-04-27 22:29:27 +02:00 committed by GitHub
commit c69051a71b
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.2";
version = "0.10.3";
src = fetchPypi {
inherit pname version;
sha256 = "11qhrga44knlnp88py9p547d4nr5kn041d2nszwa3dqw7mf22ks9";
sha256 = "sha256-L92PwU/ll+Wn1unGPHho2WC07QIbVjxoSnHwcJDtpDI=";
};
patches = [