all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: Guix-devel <Guix-devel@gnu.org>
Subject: Re: 0001-gnu-apr-Update-to-1.5.4.patch
Date: Mon, 26 Jan 2015 23:11:20 +0000	[thread overview]
Message-ID: <CAFtzXzNXvvbEcxtvF1o=oQCzDv68VTSOBn6ZZJY5gReU5Bmyqw@mail.gmail.com> (raw)
In-Reply-To: <CAFtzXzO9K_8EZx+AHT2gS5e5Kog5d+5T31ug+G6+YxZH6Y+9tA@mail.gmail.com>

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

Forgot to change the hash.

[-- Attachment #2: 0001-gnu-apr-Update-to-1.5.4.patch --]
[-- Type: text/x-patch, Size: 1133 bytes --]

From bb2c872cb7873dfd2ff16db04ff67d80330ea57a Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Tue, 27 Jan 2015 00:55:32 +0000
Subject: [PATCH] gnu: apr: Update to 1.5.4.

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

diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm
index 3e53a61..5221f5b 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -64,14 +64,14 @@ around or take advantage of platform-specific deficiencies or features.")
 (define-public apr-util
   (package
     (name "apr-util")
-    (version "1.5.3")
+    (version "1.5.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/apr/apr-util-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0s1rpqjy5xr03k9s4xrsm5wvhj5286vlkf6jvqayw99yy5sb3vbq"))))
+               "06achip1m7g1dgs1makpj3m8jhn73j2f0yqxl8sdd1n2kfji4slp"))))
     (build-system gnu-build-system)
     (inputs
       `(("apr" ,apr)))
-- 
2.2.2


  reply	other threads:[~2015-01-26 23:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-26 23:03 0001-gnu-apr-Update-to-1.5.4.patch Manolis Ragkousis
2015-01-26 23:11 ` Manolis Ragkousis [this message]
2015-01-27  9:12   ` 0001-gnu-apr-Update-to-1.5.4.patch Ludovic Courtès

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

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

  git send-email \
    --in-reply-to='CAFtzXzNXvvbEcxtvF1o=oQCzDv68VTSOBn6ZZJY5gReU5Bmyqw@mail.gmail.com' \
    --to=manolis837@gmail.com \
    --cc=Guix-devel@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.