gnu: mcron: Upgrade to 1.0.7.

* gnu/packages/guile.scm (mcron): Upgrade to 1.0.7.
  Use GUILE-2.0 instead of GUILE-1.8; add 'native-inputs' field.
This commit is contained in:
Ludovic Courtès 2014-04-28 23:52:13 +02:00
parent ada3df03e3
commit b6c18d6af7
1 changed files with 4 additions and 4 deletions

View File

@ -271,18 +271,18 @@ library.")
(define-public mcron (define-public mcron
(package (package
(name "mcron") (name "mcron")
(version "1.0.6") (version "1.0.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/mcron/mcron-" (uri (string-append "mirror://gnu/mcron/mcron-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yvrfzzdy2m7fbqkr61fw01wd9r2jpnbyabxhcsfivgxywknl0fy")) "1d214fmhsn3kvpnwxnqwfpy6gr5c5dbz2mx3sijhxi070vkfibxc"))
(patches (list (search-patch "mcron-install.patch"))))) (patches (list (search-patch "mcron-install.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (native-inputs `(("pkg-config" ,pkg-config)))
`(("ed" ,ed) ("which" ,which) ("guile" ,guile-1.8))) (inputs `(("ed" ,ed) ("which" ,which) ("guile" ,guile-2.0)))
(home-page "http://www.gnu.org/software/mcron/") (home-page "http://www.gnu.org/software/mcron/")
(synopsis "Run jobs at scheduled times") (synopsis "Run jobs at scheduled times")
(description (description