mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: pscircle: Update to 1.3.1.
* gnu/packages/admin.scm (pscircle): Update to 1.3.1.
This commit is contained in:
parent
cf2013d981
commit
0b4ced58c0
1 changed files with 2 additions and 3 deletions
|
@ -3300,7 +3300,7 @@ (define-public inxi
|
|||
(define-public pscircle
|
||||
(package
|
||||
(name "pscircle")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3309,8 +3309,7 @@ (define-public pscircle
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qsif00dkqa8ky3vl2ycx5anx2yk62nrv47f5lrlqzclz91f00fx"))))
|
||||
(base32 "1sm99423hh90kr4wdjqi9sdrrpk65j2vz2hzj65zcxfxyr6khjci"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue