guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: pscircle: Update to 1.3.0.


From: guix-commits
Subject: 02/02: gnu: pscircle: Update to 1.3.0.
Date: Tue, 5 Feb 2019 10:39:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 50f28ac4dc4354b894d4bd80781a62439104f748
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 5 15:51:44 2019 +0100

    gnu: pscircle: Update to 1.3.0.
    
    * gnu/packages/admin.scm (pscircle): Update to 1.3.0.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e11b157..054ef3d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2810,7 +2810,7 @@ support forum.  It runs with the @code{/exec} command in 
most IRC clients.")
 (define-public pscircle
   (package
     (name "pscircle")
-    (version "1.1.0")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -2820,7 +2820,7 @@ support forum.  It runs with the @code{/exec} command in 
most IRC clients.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1sxdnhkcr26l29nk0zi1zkvkd7128xglfql47rdb1bx940vflgb6"))))
+         "0qsif00dkqa8ky3vl2ycx5anx2yk62nrv47f5lrlqzclz91f00fx"))))
     (build-system meson-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]