mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-hydra-minimal: Update to 0.0.0-1.a4cab70.
* gnu/packages/ruby.scm (ruby-hydra-minimal): Update to 0.0.0-1.a4cab70. (ruby-hydra-minimal/pinned): Avoid changes. Change-Id: I38707edf58d2adac99b2d6042e287062b059469a
This commit is contained in:
parent
aa4bc382d8
commit
051b69affb
1 changed files with 26 additions and 10 deletions
|
@ -4030,11 +4030,11 @@ two hashes.")
|
||||||
|
|
||||||
(define-public ruby-hydra-minimal
|
(define-public ruby-hydra-minimal
|
||||||
;; No releases yet.
|
;; No releases yet.
|
||||||
(let ((commit "5abfa378743756ae4d9306cc134bcc482f5c9525")
|
(let ((commit "a4cab705a8a281e4356cb6a05a1946443ad9d53b")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "ruby-hydra-minimal")
|
(name "ruby-hydra-minimal")
|
||||||
(version (git-version "0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
(home-page "https://github.com/hyphenation/hydra")
|
(home-page "https://github.com/hyphenation/hydra")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4045,7 +4045,7 @@ two hashes.")
|
||||||
(patches (search-patches "ruby-hydra-minimal-no-byebug.patch"))
|
(patches (search-patches "ruby-hydra-minimal-no-byebug.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cik398l2765y3d9sdhjzki3303hkry58ac6jlkiy7iy62nm529f"))))
|
"1swzab7i4cqk1bck7p5m3bh526jh0v6m9qq720r3270zbjc8x8z3"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Avoid rspec dependency.
|
;; Avoid rspec dependency.
|
||||||
|
@ -4058,12 +4058,28 @@ It is a low-dependency variant of ruby-hydra.")
|
||||||
|
|
||||||
;; Pinned variant for use by texlive
|
;; Pinned variant for use by texlive
|
||||||
(define-public ruby-hydra-minimal/pinned
|
(define-public ruby-hydra-minimal/pinned
|
||||||
(hidden-package
|
(let ((commit "5abfa378743756ae4d9306cc134bcc482f5c9525")
|
||||||
(package
|
(revision "0"))
|
||||||
(inherit ruby-hydra-minimal)
|
(hidden-package
|
||||||
(arguments
|
(package
|
||||||
(cons* #:ruby ruby-2.7
|
(inherit ruby-hydra-minimal)
|
||||||
(package-arguments ruby-hydra-minimal))))))
|
(version (git-version "0.0" revision commit))
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/hyphenation/hydra")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name "ruby-hydra-minimal" version))
|
||||||
|
;; byebug is a non-essential debugging utility that brings in
|
||||||
|
;; many dependencies.
|
||||||
|
(patches (search-patches "ruby-hydra-minimal-no-byebug.patch"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1cik398l2765y3d9sdhjzki3303hkry58ac6jlkiy7iy62nm529f"))))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:ruby ruby-2.7
|
||||||
|
#:tests? #f))))))
|
||||||
|
|
||||||
(define-public ruby-hydra
|
(define-public ruby-hydra
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue