Commit 3dac2557 authored by Arjan Schrijver's avatar Arjan Schrijver
Browse files
parent f09cd3b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;