Merge pull request #236602 from arjan-s/bump-khal

khal: 0.11.1 -> 0.11.2
This commit is contained in:
figsoda 2023-06-08 09:25:04 -04:00 committed by GitHub
commit ff3f331e40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "khal";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = "pimutils";
repo = pname;
rev = "v${version}";
hash = "sha256-5wBKo24EKdEUoYhhv1EqMPOjdwUS31d3R24kLdbyvPA=";
hash = "sha256-yI33pB/t+UISvSbLUzmsZqBxLF6r8R3j9iPNeosKcYw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;