Archived
1
0
Fork 0

gnu: srain: Update to 1.4.1.

* gnu/packages/irc.scm (srain): Update to 1.4.1.
This commit is contained in:
Vinicius Monego 2022-08-17 00:22:37 -03:00
parent 254aa17817
commit 78ff815981
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -261,7 +261,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
(define-public srain (define-public srain
(package (package
(name "srain") (name "srain")
(version "1.4.0") (version "1.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -270,7 +270,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "113nvai3nr2c8mrr5q56fb7smg5awgb2f243sib4k1zj437v9q51")))) (base32 "05n8j36yrmk353nkapc1vywf25wklwbzwkl2a4kz92wv74zrwi6f"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:tests? #f ;there are no tests `(#:tests? #f ;there are no tests