3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: sqitch: Update to 1.1.0.

* gnu/packages/databases.scm (sqitch): Update to 1.1.0.
[native-inputs]: Add perl-test-mockobject.
This commit is contained in:
Christopher Baines 2020-09-19 09:35:41 +01:00
parent 6a1c3a908c
commit adcad54743
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1343,7 +1343,7 @@ for example from a shell script.")
(define-public sqitch (define-public sqitch
(package (package
(name "sqitch") (name "sqitch")
(version "1.0.0") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1351,7 +1351,7 @@ for example from a shell script.")
"mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v" "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "0p4wraqiscvwmmsvfqfy65blgsilwpvd9zj4d2zvm2xdx70ncr7l")))) (base32 "1ayiwg9kh3w0nbacbcln7h944z94vq5vnnd5diz86033bpbnq57f"))))
(build-system perl-build-system) (build-system perl-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -1383,6 +1383,7 @@ for example from a shell script.")
("perl-test-file" ,perl-test-file) ("perl-test-file" ,perl-test-file)
("perl-test-file-contents" ,perl-test-file-contents) ("perl-test-file-contents" ,perl-test-file-contents)
("perl-test-mockmodule" ,perl-test-mockmodule) ("perl-test-mockmodule" ,perl-test-mockmodule)
("perl-test-mockobject" ,perl-test-mockobject)
("perl-test-nowarnings" ,perl-test-nowarnings) ("perl-test-nowarnings" ,perl-test-nowarnings)
("perl-test-warn" ,perl-test-warn))) ("perl-test-warn" ,perl-test-warn)))
(inputs (inputs