diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-21 14:03:40 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-21 23:00:07 +0100 |
| commit | 4259c7c35eafef8de663f6cfb2c6dde3b962cac9 (patch) | |
| tree | 17ac9d5bdcd831fb36ed3a0a86a887304573d9ce /gnu/packages/shellutils.scm | |
| parent | c5fcdb5cf7de57c7575f90a2632dd391181c5924 (diff) | |
gnu: hstr: Update to 2.3.
* gnu/packages/shellutils.scm (hstr): Update to 2.3.
Diffstat (limited to 'gnu/packages/shellutils.scm')
| -rw-r--r-- | gnu/packages/shellutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index b1db32a3dcc..181a6404757 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm | |||
| @@ -278,7 +278,7 @@ below the current cursor position, scrolling the screen if necessary.") | |||
| 278 | (define-public hstr | 278 | (define-public hstr |
| 279 | (package | 279 | (package |
| 280 | (name "hstr") | 280 | (name "hstr") |
| 281 | (version "2.2") | 281 | (version "2.3") |
| 282 | (source (origin | 282 | (source (origin |
| 283 | (method git-fetch) | 283 | (method git-fetch) |
| 284 | (uri (git-reference | 284 | (uri (git-reference |
| @@ -287,7 +287,7 @@ below the current cursor position, scrolling the screen if necessary.") | |||
| 287 | (file-name (git-file-name name version)) | 287 | (file-name (git-file-name name version)) |
| 288 | (sha256 | 288 | (sha256 |
| 289 | (base32 | 289 | (base32 |
| 290 | "07fkilqlkpygvf9kvxyvl58g3lfq0bwwdp3wczy4hk8qlbhmgihn")))) | 290 | "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y")))) |
| 291 | (build-system gnu-build-system) | 291 | (build-system gnu-build-system) |
| 292 | (arguments | 292 | (arguments |
| 293 | `(#:phases | 293 | `(#:phases |
