diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2022-07-11 15:04:07 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2022-07-11 15:13:53 +0300 |
| commit | 7aeab7adb233d22dcc6cb42b139aa37d0f2dddcc (patch) | |
| tree | da4be4b34628ebbc4d475d9d33331eee3d67cc36 | |
| parent | f265a89187e05c8bb27eaa0492b3caa0c4f295f9 (diff) | |
gnu: xpr: Update to 1.1.0.
* gnu/packages/xorg.scm (xpr): Update to 1.1.0.
| -rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 5f9e3d15ac4..7cdc0d0c67b 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm | |||
| @@ -4242,17 +4242,17 @@ refers to the included common xorg.css stylesheet.") | |||
| 4242 | (define-public xpr | 4242 | (define-public xpr |
| 4243 | (package | 4243 | (package |
| 4244 | (name "xpr") | 4244 | (name "xpr") |
| 4245 | (version "1.0.5") | 4245 | (version "1.1.0") |
| 4246 | (source | 4246 | (source |
| 4247 | (origin | 4247 | (origin |
| 4248 | (method url-fetch) | 4248 | (method url-fetch) |
| 4249 | (uri (string-append | 4249 | (uri (string-append |
| 4250 | "mirror://xorg/individual/app/xpr-" | 4250 | "mirror://xorg/individual/app/xpr-" |
| 4251 | version | 4251 | version |
| 4252 | ".tar.bz2")) | 4252 | ".tar.xz")) |
| 4253 | (sha256 | 4253 | (sha256 |
| 4254 | (base32 | 4254 | (base32 |
| 4255 | "07qy9lwjvxighcmg6qvjkgagad3wwvidrfx0jz85lgynz3qy0dmr")))) | 4255 | "1iaphm96kha6bzz34cj82r2lp5hrdpqwdca04iij4rinflab3fx0")))) |
| 4256 | (build-system gnu-build-system) | 4256 | (build-system gnu-build-system) |
| 4257 | (inputs | 4257 | (inputs |
| 4258 | (list xorgproto libxmu libx11)) | 4258 | (list xorgproto libxmu libx11)) |
