mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: ruby-pg: Update to 1.4.6.
* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
This commit is contained in:
parent
68b3e927c7
commit
d4683547e8
1 changed files with 4 additions and 6 deletions
|
@ -7799,7 +7799,7 @@ (define-public ruby-redcloth
|
||||||
(define-public ruby-pg
|
(define-public ruby-pg
|
||||||
(package
|
(package
|
||||||
(name "ruby-pg")
|
(name "ruby-pg")
|
||||||
(version "1.3.5")
|
(version "1.4.6")
|
||||||
(home-page "https://github.com/ged/ruby-pg")
|
(home-page "https://github.com/ged/ruby-pg")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -7810,7 +7810,7 @@ (define-public ruby-pg
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c2k2cibd5wwdhva68j5hhfpybm3wmvn2ym4ppn5mqmddwkjkvnk"))))
|
"0k7jgx7x7p6gbsbrv2l5rq27nff2nphnls1sdq525d82b068qnfm"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -7842,10 +7842,8 @@ (define-public ruby-pg
|
||||||
(string-append (getenv "GEM_PATH") ":" new-gem))
|
(string-append (getenv "GEM_PATH") ":" new-gem))
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "rspec"))))))))
|
(invoke "rspec"))))))))
|
||||||
(native-inputs
|
(native-inputs (list ruby-rake-compiler ruby-hoe ruby-rspec))
|
||||||
(list ruby-rake-compiler ruby-hoe ruby-rspec))
|
(inputs (list postgresql))
|
||||||
(inputs
|
|
||||||
(list postgresql))
|
|
||||||
(synopsis "Ruby interface to PostgreSQL")
|
(synopsis "Ruby interface to PostgreSQL")
|
||||||
(description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works
|
(description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works
|
||||||
with PostgreSQL 9.0 and later.")
|
with PostgreSQL 9.0 and later.")
|
||||||
|
|
Loading…
Reference in a new issue