gnu: reprotest: Update to 0.7.23.

* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.23.
  [phases] Update adjust-locales.
This commit is contained in:
Vagrant Cascadian 2023-03-13 16:34:26 -07:00 committed by Andreas Enge
parent 84ce4459f1
commit a4f6a8a2cf
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -244,7 +244,7 @@ (define-public diffoscope
(define-public reprotest (define-public reprotest
(package (package
(name "reprotest") (name "reprotest")
(version "0.7.22") (version "0.7.23")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -253,7 +253,7 @@ (define-public reprotest
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qpjg37x2ha7lb113fb5cic5if3zv30zqijsmkq91ld909x30ggd")))) (base32 "0hkzh4i3c5hrbvdkhbmwm5vmb4msnlm5rvhjin6h2ni40kix69g0"))))
(inputs (inputs
(list python-debian python-distro python-libarchive-c python-rstr)) (list python-debian python-distro python-libarchive-c python-rstr))
(native-inputs (native-inputs
@ -277,9 +277,7 @@ (define-public reprotest
(add-after 'unpack 'adjust-locales (add-after 'unpack 'adjust-locales
(lambda _ (lambda _
(substitute* "reprotest/build.py" (substitute* "reprotest/build.py"
(("'C.UTF-8'") "'en_US.UTF-8'") (("'C.UTF-8'") "'en_US.UTF-8'"))
(("'ru_RU.CP1251'") "'ru_RU.KOI8-R'")
(("'kk_KZ.RK1048'") "'kk_KZ'"))
(substitute* "reprotest/lib/adt_testbed.py" (substitute* "reprotest/lib/adt_testbed.py"
(("export LANG=C.UTF-8") "export LANG=en_US.UTF-8")) (("export LANG=C.UTF-8") "export LANG=en_US.UTF-8"))
#t)) #t))