diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | 8e3ac218b6b80bdc6d1ca5be57c88291a256b9f8 (patch) | |
tree | 30e0f691ccd83fbae4bd9421f1b4e7d44758d2d9 /gnu/packages/irc.scm | |
parent | e09275f300efcb9f2f4d805833c2f86ebc599ddd (diff) |
gnu: catgirl: Update to 2.2.
* gnu/packages/irc.scm (catgirl): Update to 2.2.
Diffstat (limited to 'gnu/packages/irc.scm')
-rw-r--r-- | gnu/packages/irc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 8ffe3882db..a3a5c69e21 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -409,7 +409,7 @@ for the IRCv3 protocol.") (define-public catgirl (package (name "catgirl") - (version "2.1") + (version "2.2") (source (origin (method git-fetch) @@ -418,7 +418,7 @@ for the IRCv3 protocol.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1gxxblv3bwv1rl2ajjy791333r6qwgzb6qmk3iviw71mzi6ckxba")))) + (base32 "0r1h10qdhhgy3359ndbjh269daivm126qc0c23db7bffv0xs4bff")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |