diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 02:58:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 03:14:01 +0100 |
commit | 0b4ced58c04004a3751c8b84b10b8a92c5289ad9 (patch) | |
tree | 22f44f6b01c193e1ecf23e33eaa7301b73bafba6 /gnu/packages/admin.scm | |
parent | cf2013d981c862d9cb4140c767a94563cd771e5e (diff) | |
download | patches-0b4ced58c04004a3751c8b84b10b8a92c5289ad9.tar patches-0b4ced58c04004a3751c8b84b10b8a92c5289ad9.tar.gz |
gnu: pscircle: Update to 1.3.1.
* gnu/packages/admin.scm (pscircle): Update to 1.3.1.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 947f92379e..6e5648d159 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3300,7 +3300,7 @@ support forum. It runs with the @code{/exec} command in most IRC clients.") (define-public pscircle (package (name "pscircle") - (version "1.3.0") + (version "1.3.1") (source (origin (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)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0qsif00dkqa8ky3vl2ycx5anx2yk62nrv47f5lrlqzclz91f00fx")))) + (base32 "1sm99423hh90kr4wdjqi9sdrrpk65j2vz2hzj65zcxfxyr6khjci")))) (build-system meson-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |