me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Upgrade to 20140622.

* gnu/packages/parallel.scm (parallel)[source]: Upgrade to 20140622.
master
Eric Bavier 2014-06-25 02:23:10 -05:00
parent f4bf37825b
commit b4eab6a6a5
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2013,2014 Eric Bavier <bavier@member.fsf.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -27,7 +27,7 @@
(define-public parallel (define-public parallel
(package (package
(name "parallel") (name "parallel")
(version "20140322") (version "20140622")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -35,7 +35,7 @@
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1zk95pbdbx7dhcg8z168zg8i4r36b39rim6dffxlr6kghlch6sdl")))) "0frlp645yghnwq8x7dk8pdm6id1mqkkh7w48mcbpd04pw225gljq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("perl" ,perl))) (inputs `(("perl" ,perl)))
(home-page "http://www.gnu.org/software/parallel/") (home-page "http://www.gnu.org/software/parallel/")