me
/
guix
Archived
1
0
Fork 0

gnu: ruby-yard: Update to 0.9.25.

* gnu/packages/ruby.scm (ruby-yard): Update to 0.9.25.
master
Maxim Cournoyer 2020-07-10 23:48:58 -04:00
parent df32ab1196
commit 7eb8ff0b21
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -6988,7 +6988,7 @@ A modified copy of yajl is used, and included in the package.")
(define-public ruby-yard (define-public ruby-yard
(package (package
(name "ruby-yard") (name "ruby-yard")
(version "0.9.20") (version "0.9.25")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6999,7 +6999,7 @@ A modified copy of yajl is used, and included in the package.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1v48zz8hzazrg79jksj9siys21d2axvzijvkxw2j42zh86syi1wi")))) "1x7y4s557hrnq439lih7nqg1y7ximardw75jx9i92x3yzpviqqwa"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
;; Note: Tests are willfully disabled to alleviate dependency cycle ;; Note: Tests are willfully disabled to alleviate dependency cycle