* PATCH: version bump st to 0.6
@ 2016-06-09 16:45 ng0
2016-06-09 18:59 ` Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2016-06-09 16:45 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: Type: text/plain, Size: 1590 bytes --]
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 <ng0@we.make.ritual.n0.is>
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 <tipecaml@gmail.com>
;;; Copyright © 2015 Amirouche Boubekki <amirouche@hypermove.net>
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
+;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;;
;;; 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 #1.2: 0001-gnu-st-Update-to-0.6.patch --]
[-- Type: text/x-diff, Size: 1423 bytes --]
From 1969258591596412321d5ffac6f15b4d863ed451 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
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 <tipecaml@gmail.com>
;;; Copyright © 2015 Amirouche Boubekki <amirouche@hypermove.net>
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
+;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;;
;;; 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
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: PATCH: version bump st to 0.6
2016-06-09 16:45 PATCH: version bump st to 0.6 ng0
@ 2016-06-09 18:59 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2016-06-09 18:59 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 3491 bytes --]
On Thu, Jun 09, 2016 at 04:45:12PM +0000, ng0 wrote:
> 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 <ng0@we.make.ritual.n0.is>
> 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 <tipecaml@gmail.com>
> ;;; Copyright © 2015 Amirouche Boubekki <amirouche@hypermove.net>
> ;;; Copyright © 2016 Al McElrath <hello@yrns.org>
> +;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
> ;;;
> ;;; 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
> From 1969258591596412321d5ffac6f15b4d863ed451 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@we.make.ritual.n0.is>
> 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 <tipecaml@gmail.com>
> ;;; Copyright © 2015 Amirouche Boubekki <amirouche@hypermove.net>
> ;;; Copyright © 2016 Al McElrath <hello@yrns.org>
> +;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
> ;;;
> ;;; 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
>
patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-09 18:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 16:45 PATCH: version bump st to 0.6 ng0
2016-06-09 18:59 ` Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).