gnu: ruby-pg: Update to 1.4.6.

* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
This commit is contained in:
Maxim Cournoyer 2023-03-30 21:49:51 -04:00
parent ab9c6b6450
commit 841fdbf8fe
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7819,10 +7819,8 @@ (define-public ruby-pg
(string-append (getenv "GEM_PATH") ":" new-gem))
(when tests?
(invoke "rspec"))))))))
(native-inputs
(list ruby-rake-compiler ruby-hoe ruby-rspec))
(inputs
(list postgresql))
(native-inputs (list ruby-rake-compiler ruby-hoe ruby-rspec))
(inputs (list postgresql))
(synopsis "Ruby interface to PostgreSQL")
(description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works
with PostgreSQL 9.3 and later.")