me
/
guix
Archived
1
0
Fork 0

gnu: ruby-pg: Update to 1.4.6.

* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
master
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
1 changed files with 2 additions and 4 deletions

View File

@ -7819,10 +7819,8 @@ alternative to Marshal for Object serialization.")
(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.3 and later.") with PostgreSQL 9.3 and later.")