me
/
guix
Archived
1
0
Fork 0

gnu: srain: Update to 1.3.0.

* gnu/packages/irc.scm (srain): Update to 1.3.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Vinicius Monego 2021-10-11 00:02:23 +00:00 committed by Leo Famulari
parent 9b3c24276a
commit fa2c1adb02
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,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.2.4") (version "1.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -252,7 +252,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 "0lssrbk03rj92mqfaz5pgm0nplzyxrjywcknbx28lnvyfyzm3bks")))) (base32 "14s0h5wgvlkdylnjis2fa7m835142jzw0d0yqjnir1wqnwmq1rld"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:tests? #f ;there are no tests `(#:tests? #f ;there are no tests