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 | 04fad62acdcffa50c18528ce71f015907b9eb558 (patch) | |
tree | 83226b15945b7d8bb00a710108d335cd6c5153e7 /gnu | |
parent | 4c4ff2e1f077786d85c47ceeec10340a864e17f1 (diff) | |
download | guix-04fad62acdcffa50c18528ce71f015907b9eb558.tar.gz |
gnu: indent: Update to 2.2.13.
* gnu/packages/code.scm (indent): Finish update to 2.2.13, partially pushed in commit 4c4ff2e1f077786d85c47ceeec10340a864e17f1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/code.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 497b3bfd75..a982e111e9 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -899,7 +899,7 @@ the C, C++, C++/CLI, Objective‑C, C#, and Java programming languages.") (uri (string-append "mirror://gnu/indent/indent-" version ".tar.gz")) (sha256 - (base32 "12xvcd16cwilzglv9h7sgh4h1qqjd1h8s48ji2dla58m4706hzg7")))) + (base32 "15c0ayp9rib7hzvrcxm5ijs0mpagw5y8kf5w0jr9fryfqi7n6r4y")))) (build-system gnu-build-system) (arguments `(#:phases |