mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add perl-dbix-class-timestamp.
* gnu/packages/databases.scm (perl-dbix-class-timestamp): New variable. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
57c38bb103
commit
ed6b9449a1
1 changed files with 31 additions and 0 deletions
|
@ -2398,6 +2398,37 @@ (define-public perl-dbix-class-dynamicdefault
|
|||
by the callback you specified as a method name or code reference.")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-dbix-class-timestamp
|
||||
(package
|
||||
(name "perl-dbix-class-timestamp")
|
||||
(version "0.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/R/RI/RIBASUSHI/DBIx-Class-TimeStamp-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zhr4r5ffihqsh2imap7zmps2y0h71piqqhg2nqhcwkjhvlxb958"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs (list perl-class-accessor-grouped
|
||||
perl-datetime-format-mysql
|
||||
perl-datetime-format-sqlite
|
||||
perl-dbd-sqlite
|
||||
perl-module-install
|
||||
perl-test-pod
|
||||
perl-time-warp))
|
||||
(propagated-inputs (list perl-datetime
|
||||
perl-dbix-class
|
||||
perl-dbix-class-dynamicdefault))
|
||||
(home-page "https://metacpan.org/release/DBIx-Class-TimeStamp")
|
||||
(synopsis
|
||||
"DBIx::Class extension to update and create date and time based fields")
|
||||
(description
|
||||
"This package works in conjunction with @code{InflateColumn::DateTime} to
|
||||
automatically set update and create date and time based fields in a table.")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-dbd-pg
|
||||
(package
|
||||
(name "perl-dbd-pg")
|
||||
|
|
Loading…
Reference in a new issue