diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | a8e3858c9e7fdb3407cddfe664eb784ac07b62b0 (patch) | |
tree | 4562bbf23f41ebb2313bc0ca10ed431558d1bb3c /gnu/packages | |
parent | 1a7d730fe68b5b845ba412f4f7ee64fce727ecba (diff) | |
download | guix-a8e3858c9e7fdb3407cddfe664eb784ac07b62b0.tar.gz guix-a8e3858c9e7fdb3407cddfe664eb784ac07b62b0.zip |
gnu: conflict: Update to 20221002.
* gnu/packages/shellutils.scm (conflict): Update to 20221002.
Diffstat (limited to 'gnu/packages')
-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 15e911a619..671848fd27 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -685,7 +685,7 @@ city, state, zip, or area code, it will check out.") (define-public conflict (package (name "conflict") - (version "20210108") + (version "20221002") (source (origin (method url-fetch) (uri (string-append @@ -693,7 +693,7 @@ city, state, zip, or area code, it will check out.") version ".tgz")) (sha256 (base32 - "0mls4climvp7v9hnc3zh01mh270kqcj797ng0xslwb027lipis4h")))) + "1z6z61yiss9m45m3agqs92l569r55w9nsqaap56kh568mcy3y64c")))) (build-system gnu-build-system) (arguments `(#:phases |