mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-dbix-class: Update to 0.082843.
* gnu/packages/databases.scm (perl-dbix-class): Update to 0.082843. [propagated-inputs]: Remove perl-moo, perl-scalar-list-utils, and perl-text-balanced; add perl-moo-2. [native-inputs]: Remove perl-file-temp. [properties]: New field. Change-Id: I67f00f7e4f5b1bc71d9632bb90213df3c0a20ce5
This commit is contained in:
parent
81d08d7970
commit
c634135ef9
1 changed files with 6 additions and 6 deletions
|
@ -2057,18 +2057,17 @@ extremely small.")
|
||||||
(define-public perl-dbix-class
|
(define-public perl-dbix-class
|
||||||
(package
|
(package
|
||||||
(name "perl-dbix-class")
|
(name "perl-dbix-class")
|
||||||
(version "0.082842")
|
(version "0.082843")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/R/RI/RIBASUSHI/"
|
(uri (string-append "mirror://cpan/authors/id/R/RI/RIBASUSHI/"
|
||||||
"DBIx-Class-" version ".tar.gz"))
|
"DBIx-Class-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rh7idjjbibc1zmiaaarask434lh0lx7f2xyfwmy37k9fa0xcpmh"))))
|
(base32 "0lgjw7z4y2inf3yyfph1ljdp4f5zdmy9vh56fj8w9n19rdp0n7il"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl-dbd-sqlite
|
(list perl-dbd-sqlite
|
||||||
perl-file-temp
|
|
||||||
perl-module-install
|
perl-module-install
|
||||||
perl-package-stash
|
perl-package-stash
|
||||||
perl-test-deep
|
perl-test-deep
|
||||||
|
@ -2086,15 +2085,13 @@ extremely small.")
|
||||||
perl-devel-globaldestruction
|
perl-devel-globaldestruction
|
||||||
perl-hash-merge
|
perl-hash-merge
|
||||||
perl-module-find
|
perl-module-find
|
||||||
perl-moo
|
perl-moo-2
|
||||||
perl-mro-compat
|
perl-mro-compat
|
||||||
perl-namespace-clean
|
perl-namespace-clean
|
||||||
perl-path-class
|
perl-path-class
|
||||||
perl-scalar-list-utils
|
|
||||||
perl-scope-guard
|
perl-scope-guard
|
||||||
perl-sql-abstract-classic
|
perl-sql-abstract-classic
|
||||||
perl-sub-name
|
perl-sub-name
|
||||||
perl-text-balanced
|
|
||||||
perl-try-tiny))
|
perl-try-tiny))
|
||||||
(home-page "https://metacpan.org/release/DBIx-Class")
|
(home-page "https://metacpan.org/release/DBIx-Class")
|
||||||
(synopsis "Extensible and flexible object <-> relational mapper")
|
(synopsis "Extensible and flexible object <-> relational mapper")
|
||||||
|
@ -2106,6 +2103,9 @@ still providing access to as many of the capabilities of the database as
|
||||||
possible, including retrieving related records from multiple tables in a
|
possible, including retrieving related records from multiple tables in a
|
||||||
single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP BY\",
|
single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP BY\",
|
||||||
\"ORDER BY\" and \"HAVING\" support.")
|
\"ORDER BY\" and \"HAVING\" support.")
|
||||||
|
(properties
|
||||||
|
;; This is needed for perl-catalyst-authentication-store-dbix-class
|
||||||
|
`((updater-extra-propagated-inputs . ("perl-data-page"))))
|
||||||
(license license:perl-license)))
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-dbix-class-cursor-cached
|
(define-public perl-dbix-class-cursor-cached
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue