unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 27160@debbugs.gnu.org
Subject: bug#27160: [PATCH] gnu: scons: Update to 2.5.1.
Date: Wed, 31 May 2017 09:05:34 +0200	[thread overview]
Message-ID: <87shjlo69t.fsf@gnu.org> (raw)

[-- 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


             reply	other threads:[~2017-05-31  7:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-31  7:05 Roel Janssen [this message]
2017-05-31 13:37 ` bug#27160: [PATCH] gnu: scons: Update to 2.5.1 Ludovic Courtès
2017-05-31 15:45   ` Roel Janssen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87shjlo69t.fsf@gnu.org \
    --to=roel@gnu.org \
    --cc=27160@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).