(define-module (infiniteadaptability packages events)
#:use-module (gnu packages autotools)
+ #:use-module (gnu packages base)
#:use-module (gnu packages gcc)
- #:use-module (gnu packages sqlite)
#:use-module (guix git-download)
#:use-module (guix build-system gnu)
#:use-module (guix licenses)
#:use-module (guix packages))
(define-public events
- (let ((version "1.0.3")
- (commit "2f4d31208ae292a1741e94ef8e4090c7b0f70b1b")
+ (let ((version "1.0.4")
+ (commit "89a8a39cd1428915783d70fd475c47601469d9b7")
(revision 0))
(package
(name "events")
(url "https://git.infiniteadaptability.org/events.git")
(commit commit)))
(sha256
- (base32 "0dd4man2r5flwzpqq76fyv3kwvk9sbf7hwxfb813drbsan230g5a"))
+ (base32 "19gyx7nm0ydyf77h88xm59y356gc3w156zdgsh76d6d549sgzc3b"))
(file-name (string-append "events-" version "-checkout"))))
(build-system gnu-build-system)
- (arguments
- (list
- #:tests? #f))
- (native-inputs `(("autoconf" ,autoconf)
- ("automake" ,automake)))
+ (native-inputs (list autoconf automake tzdata))
(home-page "https://git.infiniteadaptability.org/events")
(synopsis "utility for managing events")
(description "command-line utility for managing events.")