unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27160: [PATCH] gnu: scons: Update to 2.5.1.
@ 2017-05-31  7:05 Roel Janssen
  2017-05-31 13:37 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2017-05-31  7:05 UTC (permalink / raw)
  To: 27160

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

Dear Guix,

Here's a patch to update SCons.  I checked to make sure that the
packages that use SCons still build:
- linuxdcpp
- serf
- aria-maestosa
- pingus
- metabat

And that seems to be fine.
Thanks!

Kind regards,
Roel Janssen


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-scons-Update-to-2.5.1.patch --]
[-- Type: text/x-patch, Size: 1141 bytes --]

From 54c0bec81ada0e0b035b88a41e1d33ae60ab1099 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 31 May 2017 08:57:41 +0200
Subject: [PATCH] gnu: scons: Update to 2.5.1.

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3e2141e7f..7617490bd 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1574,14 +1574,14 @@ existing ones.")
 (define-public scons
   (package
     (name "scons")
-    (version "2.3.4")
+    (version "2.5.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/scons/scons/" version
                                  "/scons-" version ".tar.gz"))
              (sha256
               (base32
-               "0hdlci43wjz8maryj83mz04ir6rwcdrrzpd7cpzvdlzycqhdfmsb"))))
+               "1wji1z9jdkhnmm99apx6fhld9cs52rr56aigniyrcsmlwy52298b"))))
     (build-system python-build-system)
     (arguments
      ;; With Python 3.x, fails to build with a syntax error.
-- 
2.13.0


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

end of thread, other threads:[~2017-05-31 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-31  7:05 bug#27160: [PATCH] gnu: scons: Update to 2.5.1 Roel Janssen
2017-05-31 13:37 ` Ludovic Courtès
2017-05-31 15:45   ` Roel Janssen

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