me
/
guix
Archived
1
0
Fork 0

gnu: subversion: Update to 1.7.18.

* gnu/packages/version-control.scm (subversion): Update to 1.7.18.
master
Mark H Weaver 2014-08-16 02:19:07 -04:00
parent b9b8607824
commit cb8b285adf
1 changed files with 2 additions and 2 deletions

View File

@ -294,14 +294,14 @@ property manipulation.")
(define-public subversion (define-public subversion
(package (package
(name "subversion") (name "subversion")
(version "1.7.14") (version "1.7.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.apache.org/dist/subversion/subversion-" (uri (string-append "http://archive.apache.org/dist/subversion/subversion-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"038jbcpwm083abp0rvk0fhnx65kp9mz1qvzs3f83ig8fxcvqzb64")))) "06nrqnn3qq1hhskkcdbm0ilk2xv6ay2gyf2c7qvxp6xncb782wzn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (alist-cons-after '(#:phases (alist-cons-after