[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: pscircle: Update to 1.3.1.
From: |
guix-commits |
Subject: |
06/06: gnu: pscircle: Update to 1.3.1. |
Date: |
Sat, 30 Nov 2019 21:14:19 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 0b4ced58c04004a3751c8b84b10b8a92c5289ad9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Dec 1 02:58:43 2019 +0100
gnu: pscircle: Update to 1.3.1.
* gnu/packages/admin.scm (pscircle): Update to 1.3.1.
---
gnu/packages/admin.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 947f923..6e5648d 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)))
- branch master updated (4a62a29 -> 0b4ced5), guix-commits, 2019/11/30
- 06/06: gnu: pscircle: Update to 1.3.1.,
guix-commits <=
- 01/06: gnu: cbatticon: Update to 1.6.10., guix-commits, 2019/11/30
- 04/06: gnu: stellarium: Update to 0.19.2., guix-commits, 2019/11/30
- 05/06: gnu: nnn: Update to 2.7., guix-commits, 2019/11/30
- 03/06: gnu: hostapd: Update to 2.9., guix-commits, 2019/11/30
- 02/06: gnu: thermald: Update to 1.9., guix-commits, 2019/11/30