guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: sbcl-stumpwm: Update to 1.0.0.


From: Ricardo Wurmus
Subject: 01/02: gnu: sbcl-stumpwm: Update to 1.0.0.
Date: Sun, 15 Jan 2017 11:02:59 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit bdeecf5664fd5893723e93c2c2753b79b3dcf682
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 14 19:01:02 2017 +0100

    gnu: sbcl-stumpwm: Update to 1.0.0.
    
    * gnu/packages/lisp.scm (sbcl-stumpwm): Update to 1.0.0.
---
 gnu/packages/lisp.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index e226443..80161de 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -756,14 +756,14 @@ from other CLXes around the net.")
 (define-public sbcl-stumpwm
   (package
     (name "sbcl-stumpwm")
-    (version "0.9.9")
+    (version "1.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://github.com/stumpwm/stumpwm/archive/";
                     version ".tar.gz"))
               (sha256
-               (base32 "1fqabij4zcsqg1ywgdv2irp1ys23dwc8ms9ai55lb2i47hgv7z3x"))
+               (base32 "1maxp98gh64az3d9vz9br6zdd6rc9fmj2imvax4by85g6kxvdz1i"))
               (file-name (string-append "stumpwm-" version ".tar.gz"))))
     (build-system asdf-build-system/sbcl)
     (inputs `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)



reply via email to

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