guix-devel
[Top][All Lists]
Advanced

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

PATCH: version bump st to 0.6


From: ng0
Subject: PATCH: version bump st to 0.6
Date: Thu, 9 Jun 2016 16:45:12 +0000

From version 0.5 to version 0.6

Works - written in st as terminal.

From 1969258591596412321d5ffac6f15b4d863ed451 Mon Sep 17 00:00:00 2001
From: ng0 <address@hidden>
Date: Thu, 9 Jun 2016 16:40:34 +0000
Subject: [PATCH] gnu: st: Update to 0.6

* gnu/packages/suckless.scm (st): Update to 0.6.
---
 gnu/packages/suckless.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index f582aea..87e5aad 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2015 Amirouche Boubekki <address@hidden>
 ;;; Copyright © 2016 Al McElrath <address@hidden>
+;;; Copyright © 2016 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -151,7 +152,7 @@ numbers of user-defined menu items efficiently.")
 (define-public st
   (package
     (name "st")
-    (version "0.5")
+    (version "0.6")
     (source
      (origin
        (method url-fetch)
@@ -159,7 +160,7 @@ numbers of user-defined menu items efficiently.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0knxpzaa86pprng6hak8hx8bw22yw22rpz1ffxjpcvqlz3xdv05f"))))
+         "0avsfc1qp8zvshsfjwwrkvk411jlqy58z225bsdhjkl1qc40qcc5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; no tests
--
2.7.3


--
♥Ⓐ ng0
For non-prism friendly talk find me on
psyced.org / loupsycedyglgamf.onion

Attachment: 0001-gnu-st-Update-to-0.6.patch
Description: Text Data

Attachment: signature.asc
Description: Digital signature


reply via email to

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