diff options
| author | Leo Famulari <leo@famulari.name> | 2018-05-29 00:41:18 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2018-05-29 00:41:32 -0400 |
| commit | 2a49aee4d120cd3a8bfd855578f0b8832db88227 (patch) | |
| tree | 9f90b92eb26c5dde0e16a2708d983659645eed22 /gnu | |
| parent | ee3c8fbee21299ce105bafca7dc63bfb096cd7c5 (diff) | |
gnu: khal: Update to 0.9.9.
* gnu/packages/calendar.scm (khal): Update to 0.9.9.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/calendar.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index b2f6aec83de..d1aa9c256bf 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm | |||
| @@ -95,13 +95,13 @@ data units.") | |||
| 95 | (define-public khal | 95 | (define-public khal |
| 96 | (package | 96 | (package |
| 97 | (name "khal") | 97 | (name "khal") |
| 98 | (version "0.9.8") | 98 | (version "0.9.9") |
| 99 | (source (origin | 99 | (source (origin |
| 100 | (method url-fetch) | 100 | (method url-fetch) |
| 101 | (uri (pypi-uri "khal" version)) | 101 | (uri (pypi-uri "khal" version)) |
| 102 | (sha256 | 102 | (sha256 |
| 103 | (base32 | 103 | (base32 |
| 104 | "1blx3gxnv7sj302biqphfw7i6ilzl2xlmvzp130n3113scg9w17y")))) | 104 | "0dq9aqb9pqjfqrnfg43mhpb7m0szmychxy1ydb3lwzf3500c9rsh")))) |
| 105 | (build-system python-build-system) | 105 | (build-system python-build-system) |
| 106 | (arguments | 106 | (arguments |
| 107 | `(#:phases (modify-phases %standard-phases | 107 | `(#:phases (modify-phases %standard-phases |
