aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-05-01 16:51:57 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-05-01 16:52:00 +0300
commitd6f1b21fdcdb28bd6bdfaa33cc9d504839421234 (patch)
tree85ad58064c83a4d364e7f00bf8b312c8ba6b0e22
parent482d70c9586e315f353bf44d465976dc553f315b (diff)
downloadguix-d6f1b21fdcdb28bd6bdfaa33cc9d504839421234.tar.gz
guix-d6f1b21fdcdb28bd6bdfaa33cc9d504839421234.zip
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
-rw-r--r--gnu/packages/admin.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b47065085f..25783b7e1e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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))