unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26543: [PATCH] gnu: Update vis to 0.3.
@ 2017-04-17 15:26 José Miguel Sánchez García
  2017-04-17 20:04 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: José Miguel Sánchez García @ 2017-04-17 15:26 UTC (permalink / raw)
  To: 26543

[-- Attachment #1: Type: text/plain, Size: 38 bytes --]



-- 
José Miguel Sánchez García

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-vis-Update-to-0.3.patch --]
[-- Type: text/x-diff; name=0001-gnu-vis-Update-to-0.3.patch, Size: 1447 bytes --]

From 9d5e59a837903433247daff43fd217abb3cfc212 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jmi2k@openmailbox.org>
Date: Mon, 17 Apr 2017 19:08:34 +0200
Subject: [PATCH] gnu: vis: Update to 0.3.

* gnu/packages/text-editors.scm (vis): Update to 0.3.
---
 gnu/packages/text-editors.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 4b6aa07ee..4d132f4a7 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -38,18 +38,17 @@
 (define-public vis
   (package
     (name "vis")
-    (version "0.2")
+    (version "0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/martanne/"
                                   name "/archive/v" version ".tar.gz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
-               (base32 "0bbmkblpndc53pvr8xcfywdn8g351yxfj8c46zp5d744c3bq2nry"))))
+               (base32 "0xvhkj4j8pcmpnsx7f93d6n2f068xnl7wacfs97vr0agxwrfvn5y"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:make-flags '("CFLAGS=-pie")
-       #:tests? #f ; No tests.
+     `(#:tests? #f ; No tests.
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'wrap-binary
-- 
2.12.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#26543: [PATCH] gnu: Update vis to 0.3.
  2017-04-17 15:26 bug#26543: [PATCH] gnu: Update vis to 0.3 José Miguel Sánchez García
@ 2017-04-17 20:04 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-04-17 20:04 UTC (permalink / raw)
  To: José Miguel Sánchez García; +Cc: 26543-done

On Mon, Apr 17, 2017 at 05:26:18PM +0200, José Miguel Sánchez García wrote:
> Subject: [PATCH] gnu: vis: Update to 0.3.
> 
> * gnu/packages/text-editors.scm (vis): Update to 0.3.

Thanks!

I mentioned the removal of #:make-flags in the commit message and pushed
as 7eaa8cf2b9d1458b90969f2c01b40f3851e07ef6.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-17 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-17 15:26 bug#26543: [PATCH] gnu: Update vis to 0.3 José Miguel Sánchez García
2017-04-17 20:04 ` Leo Famulari

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).