guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: Python 3: Update to 3.8.5.


From: guix-commits
Subject: branch core-updates updated: gnu: Python 3: Update to 3.8.5.
Date: Fri, 18 Sep 2020 14:58:35 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 8944f1a  gnu: Python 3: Update to 3.8.5.
8944f1a is described below

commit 8944f1a4a4bfe65ad83d4926fbdbeb3e11ec7728
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Sep 17 13:25:48 2020 -0400

    gnu: Python 3: Update to 3.8.5.
    
    * gnu/packages/python.scm (python-3.8): Update to 3.8.5.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/python.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 993ca0b..7936638 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -59,6 +59,7 @@
 ;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
 ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -364,7 +365,7 @@ data types.")
 (define-public python-3.8
   (package (inherit python-2)
     (name "python")
-    (version "3.8.2")
+    (version "3.8.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.python.org/ftp/python/";
@@ -376,7 +377,7 @@ data types.")
                         "python-3-search-paths.patch"))
               (sha256
                (base32
-                "1ps5v323cp5czfshqjmbsqw7nvrdpcbk06f62jbzaqik4gfffii6"))
+                "1c43dbv9lvlp3ynqmgdi4rh8q94swanhqarqrdx62zmigpakw073"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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