~ruther/guix-local

d6f1b21fdcdb28bd6bdfaa33cc9d504839421234 — Artyom V. Poptsov 1 year, 2 months ago 482d70c
gnu: pscircle: Update to 1.4.0.

* gnu/packages/admin.scm (pscircle): Update to 1.4.0.
[source]: Set URL to "https://gitlab.com/mildlyparallel/pscircle".

Change-Id: I683a73050f457b13a8bd47b716a4816aae7e661f
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +3 -3
@@ 5026,16 5026,16 @@ support forum.  It runs with the @code{/exec} command in most IRC clients.")
(define-public pscircle
  (package
    (name "pscircle")
    (version "1.3.1")
    (version "1.4.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://gitlab.com/mildlyparallel/pscircle.git")
             (url "https://gitlab.com/mildlyparallel/pscircle")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1sm99423hh90kr4wdjqi9sdrrpk65j2vz2hzj65zcxfxyr6khjci"))))
        (base32 "0vdllrv2hxw71zhi1xrchkqvq0si4xas1qcsbqmgld8wvc2d19kf"))))
    (build-system meson-build-system)
    (native-inputs
     (list pkg-config))