mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ruby-backport: Update to 1.1.2.
* gnu/packages/ruby.scm (ruby-backport): Update to 1.1.2.
This commit is contained in:
parent
de8e3c8949
commit
b62863b887
1 changed files with 3 additions and 4 deletions
|
@ -8783,18 +8783,17 @@ (define-public mailcatcher
|
||||||
(define-public ruby-backport
|
(define-public ruby-backport
|
||||||
(package
|
(package
|
||||||
(name "ruby-backport")
|
(name "ruby-backport")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; The gem does not include test code, so fetch from the Git repository
|
;; The gem does not include test code, so fetch from the Git repository.
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/castwide/backport.git")
|
(url "https://github.com/castwide/backport.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "18fpg1n7n2z02ykz9v1x1q0cqa2lvivf8ygka768s01q1r9wfwv2"))))
|
||||||
"0ii3y1wx1n48nd2mhlv0v61b2m21h7dg30if9vc2idza7k4afyw8"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "spec"))
|
`(#:test-target "spec"))
|
||||||
|
|
Loading…
Reference in a new issue