mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-datetime-format-pg.
* gnu/packages/perl.scm (perl-datetime-format-pg): New variable. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
37e64bc1f7
commit
c2189edbe9
1 changed files with 27 additions and 0 deletions
|
@ -3874,6 +3874,33 @@ format of RSS 1.0. It can be used to parse these formats in order to create
|
||||||
the appropriate objects.")
|
the appropriate objects.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-datetime-format-pg
|
||||||
|
(package
|
||||||
|
(name "perl-datetime-format-pg")
|
||||||
|
(version "0.16014")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/D/DM/DMAKI/DateTime-Format-Pg-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1f8fpv655x8w9zaa65lp1yn0pianjv5l4qvg6v1q9hsda9k9dfrq"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs (list perl-module-build-tiny))
|
||||||
|
(propagated-inputs (list perl-datetime
|
||||||
|
perl-datetime-format-builder
|
||||||
|
perl-datetime-timezone))
|
||||||
|
(home-page "https://metacpan.org/release/DateTime-Format-Pg")
|
||||||
|
(synopsis "Parse and format PostgreSQL dates and times")
|
||||||
|
(description
|
||||||
|
"This module understands the formats used by PostgreSQL for its DATE,
|
||||||
|
TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these
|
||||||
|
formats in order to create DateTime or DateTime::Duration objects, and it can
|
||||||
|
take a DateTime or @code{DateTime::Duration} object and produce a string
|
||||||
|
representing it in a format accepted by PostgreSQL.")
|
||||||
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-devel-callchecker
|
(define-public perl-devel-callchecker
|
||||||
(package
|
(package
|
||||||
(name "perl-devel-callchecker")
|
(name "perl-devel-callchecker")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue