gnu: perl-test-file: Update to 1.444.

* gnu/packages/perl-check.scm (perl-test-file): Update to 1.444.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-07 01:53:43 +01:00
parent 91d2e6f9ba
commit 4203024e65
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10,7 +10,7 @@
;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Christopher Baines <mail@cbaines.net> ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2017 Petter <petter@mykolab.ch> ;;; Copyright © 2017 Petter <petter@mykolab.ch>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com> ;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net>
@ -587,7 +587,7 @@ (define-public perl-test-fatal
(define-public perl-test-file (define-public perl-test-file
(package (package
(name "perl-test-file") (name "perl-test-file")
(version "1.443") (version "1.444")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -596,8 +596,7 @@ (define-public perl-test-file
version version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0195dnvwxxphwbglw6cjid3j7kq15xg46lr7r4468idvadyal6c7"))))
"1mdwb3x8d4l24wsymamsnq2c73a637v4q5kmb5xqqz31iymsdd31"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-utf8" ,perl-test-utf8))) `(("perl-test-utf8" ,perl-test-utf8)))