me
/
guix
Archived
1
0
Fork 0

gnu: subversion: Update to 1.10.2.

* gnu/packages/version-control.scm (subversion): Update to 1.10.2.
master
Tobias Geerinckx-Rice 2018-08-15 19:55:58 +02:00
parent 44d085b4c6
commit 9ecfe08e2e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1131,7 +1131,7 @@ following features:
(define-public subversion
(package
(name "subversion")
(version "1.10.0")
(version "1.10.2")
(source (origin
(method url-fetch)
(uri
@ -1142,7 +1142,7 @@ following features:
"subversion-" version ".tar.bz2")))
(sha256
(base32
"115mlvmf663w16mc3xyypnaizq401vbypc56hl2ylzc3pcx3zwic"))))
"127dysfc31q4dhbbxaznh9kqixy9jd44kgwji2gdwj6rb2lf6dav"))))
(build-system gnu-build-system)
(arguments
'(#:phases