me
/
guix
Archived
1
0
Fork 0

gnu: pscircle: Update to 1.3.1.

* gnu/packages/admin.scm (pscircle): Update to 1.3.1.
master
Tobias Geerinckx-Rice 2019-12-01 02:58:43 +01:00
parent cf2013d981
commit 0b4ced58c0
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -3300,7 +3300,7 @@ support forum. It runs with the @code{/exec} command in most IRC clients.")
(define-public pscircle (define-public pscircle
(package (package
(name "pscircle") (name "pscircle")
(version "1.3.0") (version "1.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3309,8 +3309,7 @@ support forum. It runs with the @code{/exec} command in most IRC clients.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1sm99423hh90kr4wdjqi9sdrrpk65j2vz2hzj65zcxfxyr6khjci"))))
"0qsif00dkqa8ky3vl2ycx5anx2yk62nrv47f5lrlqzclz91f00fx"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))