mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: ruby-braintree: Update to 4.24.0.
This is the last version that passes its tests without modifications. * gnu/packages/ruby-xyz.scm (ruby-braintree): Update to 4.24.0. Change-Id: I1a091c0148db75a2561a6769a84210b332fcdbdf
This commit is contained in:
parent
2eb02f3327
commit
c566c63c4c
1 changed files with 2 additions and 2 deletions
|
@ -16000,7 +16000,7 @@ protocol.")
|
|||
(define-public ruby-braintree
|
||||
(package
|
||||
(name "ruby-braintree")
|
||||
(version "4.12.0")
|
||||
(version "4.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;for tests
|
||||
|
@ -16009,7 +16009,7 @@ protocol.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gfgkymy3655drwgs42bj9ap9qib1l30sajxmypmp6s75m9w3gsh"))))
|
||||
(base32 "1bj229cn37k5m0hb3hw868k8dy4pgvpgfixm61zngbp7p7a2xqpx"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue