diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-11-19 01:00:00 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-11-19 01:00:00 +0100 |
| commit | 109a2485d7a76cfade54fbb408bf3c2e84376c47 (patch) | |
| tree | 3bd8008167a8c6042edb67661536ad43a5ccf906 /gnu | |
| parent | 392de3262ef388ec282d4311a7c2954e86e5aac9 (diff) | |
gnu: moreutils: Update to 0.68.
* gnu/packages/moreutils.scm (moreutils): Update to 0.68.
Change-Id: Ie8320c18eaef1b481918894c5baaedc4144b0d19
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/moreutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm index d219c78d4f8..cf26d755164 100644 --- a/gnu/packages/moreutils.scm +++ b/gnu/packages/moreutils.scm | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | (define-public moreutils | 33 | (define-public moreutils |
| 34 | (package | 34 | (package |
| 35 | (name "moreutils") | 35 | (name "moreutils") |
| 36 | (version "0.67") | 36 | (version "0.68") |
| 37 | (source (origin | 37 | (source (origin |
| 38 | (method url-fetch) | 38 | (method url-fetch) |
| 39 | (uri (string-append | 39 | (uri (string-append |
| @@ -42,7 +42,7 @@ | |||
| 42 | (file-name (string-append name "-" version ".tar.gz")) | 42 | (file-name (string-append name "-" version ".tar.gz")) |
| 43 | (sha256 | 43 | (sha256 |
| 44 | (base32 | 44 | (base32 |
| 45 | "045d2dfvsd4sxxr2i2qvkpgvi912qj9vc4gpc8fb4hr9q912z1q3")))) | 45 | "1rxn01hgm5nypcpnl4s9v5zr4fxzf8vxinzbg0s781qlpk3lpcay")))) |
| 46 | (build-system gnu-build-system) | 46 | (build-system gnu-build-system) |
| 47 | (arguments | 47 | (arguments |
| 48 | (list #:phases | 48 | (list #:phases |
