diff options
| author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2024-09-06 17:37:09 -0700 |
|---|---|---|
| committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-09 20:57:30 +0800 |
| commit | e85ab7d2e52543fc086dce9144748e6f4b908ca9 (patch) | |
| tree | d0aec11bf25ffb794c8012c3f29c377ab9bceeeb /gnu/packages/diffoscope.scm | |
| parent | 6ba136586db0ea985a7ced261d33515c6cc8c8b4 (diff) | |
gnu: reprotest: Update to 0.7.28.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.28.
[arguments]<#:phases>: Remove adjust-locales phase.
Change-Id: I11a0fd6fa9dae47bb5748dd404856d07a3b08b0c
Diffstat (limited to 'gnu/packages/diffoscope.scm')
| -rw-r--r-- | gnu/packages/diffoscope.scm | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 35007a7b801..7d7f39fba7f 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm | |||
| @@ -253,7 +253,7 @@ install.") | |||
| 253 | (define-public reprotest | 253 | (define-public reprotest |
| 254 | (package | 254 | (package |
| 255 | (name "reprotest") | 255 | (name "reprotest") |
| 256 | (version "0.7.27") | 256 | (version "0.7.28") |
| 257 | (source | 257 | (source |
| 258 | (origin | 258 | (origin |
| 259 | (method git-fetch) | 259 | (method git-fetch) |
| @@ -262,7 +262,7 @@ install.") | |||
| 262 | (commit version))) | 262 | (commit version))) |
| 263 | (file-name (git-file-name name version)) | 263 | (file-name (git-file-name name version)) |
| 264 | (sha256 | 264 | (sha256 |
| 265 | (base32 "0z5i53dy4ax4gbidcqmwqq0686n1g397c79bsscfs94s2y35fsns")))) | 265 | (base32 "06jm82w05qsx3wskch3fm5mpkpj5jmq7r4yram4ixprxc5j8flg8")))) |
| 266 | (inputs | 266 | (inputs |
| 267 | (list python-debian python-distro python-libarchive-c python-rstr)) | 267 | (list python-debian python-distro python-libarchive-c python-rstr)) |
| 268 | (native-inputs | 268 | (native-inputs |
| @@ -281,15 +281,6 @@ install.") | |||
| 281 | (arguments | 281 | (arguments |
| 282 | `(#:phases | 282 | `(#:phases |
| 283 | (modify-phases %standard-phases | 283 | (modify-phases %standard-phases |
| 284 | ;; Neither glibc-locales nor glibc-utf8-locales have the C.UTF-8 | ||
| 285 | ;; locale or several other locales used in reprotest. | ||
| 286 | (add-after 'unpack 'adjust-locales | ||
| 287 | (lambda _ | ||
| 288 | (substitute* "reprotest/build.py" | ||
| 289 | (("'C.UTF-8'") "'en_US.UTF-8'")) | ||
| 290 | (substitute* "reprotest/lib/adt_testbed.py" | ||
| 291 | (("export LANG=C.UTF-8") "export LANG=en_US.UTF-8")) | ||
| 292 | #t)) | ||
| 293 | (add-after 'install 'install-doc | 284 | (add-after 'install 'install-doc |
| 294 | (lambda* (#:key outputs #:allow-other-keys) | 285 | (lambda* (#:key outputs #:allow-other-keys) |
| 295 | (let* ((mandir1 (string-append | 286 | (let* ((mandir1 (string-append |
