guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bash: Update patch URL to 4.4.


From: Ludovic Courtès
Subject: 01/02: gnu: bash: Update patch URL to 4.4.
Date: Fri, 10 Feb 2017 10:46:15 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit afd532337821f4bdfe9d1f0b6387a1c26df1f458
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 10 10:33:08 2017 +0100

    gnu: bash: Update patch URL to 4.4.
    
    * gnu/packages/bash.scm (patch-url): Change "43" to "44".
---
 gnu/packages/bash.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index d59170d..dcf771a 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Leo Famulari <address@hidden>
 ;;;
@@ -38,7 +38,7 @@
 
 (define (patch-url seqno)
   "Return the URL of Bash patch number SEQNO."
-  (format #f "mirror://gnu/bash/bash-4.3-patches/bash43-~3,'0d" seqno))
+  (format #f "mirror://gnu/bash/bash-4.4-patches/bash44-~3,'0d" seqno))
 
 (define (bash-patch seqno sha256)
   "Return the origin of Bash patch SEQNO, with expected hash SHA256"



reply via email to

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