gnurl-7.61.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Nils Gillmann
Owner
unassigned
Submitted by
Nils Gillmann
Severity
normal

Debbugs page

Nils Gillmann wrote 7 years ago
(address . guix-patches@gnu.org)
20180805112413.67stbairoyxuokon@abyayala
Update appended.
From df67069c3f4c8a2f1ff1a14c7a36406d1b9399c7 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <ng0@n0.is>
Date: Sun, 5 Aug 2018 11:22:31 +0000
Subject: [PATCH] gnu: gnurl: Update to 7.61.0.

* gnu/packages/gnunet.scm (gnurl): Update to 7.61.0.

Signed-off-by: Nils Gillmann <ng0@n0.is>
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 7a4660cc8..eb17b9649 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,13 +186,13 @@ authentication and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
- (version "7.60.0")
+ (version "7.61.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.Z"))
(sha256
(base32
- "0klf3h339dznbm903474mjjysrarz09s1wiypnbai3xnfjamha99"))))
+ "1h03zkd9mp4xb5icirl3bfd64r5x8j9ka1hw9qd0n1ql1w0ilz23"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ; 1.5 MiB of man3 pages
--
2.18.0
Efraim Flashner wrote 7 years ago
(address . 32368-done@debbugs.gnu.org)
20180806121305.GC32130@macbook41
Pushed as 8db83f0259014a8559da6df5fcc7fdae92d1f238

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAltoO1EACgkQQarn3Mo9
g1FVyA//XLuyFQip7i0ON/abvNGnxJu/VNznCedvDOWjrAcU81UtRWuWmLFLwJ4Y
5gb2XdLQlAICrO8EZz1bhGCEK2nuo+kOo57GYivOXNU87f67RRWhX2o36wd0RS2V
MnqkeNjKtXfIKT0r6SbBMZ7axsAFegHgrsIcIBGwz0kM2LUgQg1YeW5neugHbXAf
fmOT3ze/JEgdFEEfBL7HtVlqhOD9nKIOv/ro1ALpddDehGdT+0bLYu8XqetZqs8i
0jlKIR1THx4I6snhcFTEY4MAVNkqsJhFzzw6jbiVmn15iga2730KOUiY+fbPRR2a
dPxKeUOzv0HOwk2SUqdUDOojE8yioFWXNgzgnsWZituXnjRoxrPwhZLYJjT2CI/v
GPJpX1Ru5bSh9Ph8WsFEQulZ0SPp/xENIc0LzkuXsebn/5zYCZnWxfTzHvVY7kzJ
BY6JXNYG6kmxR0MeWwbhXzzbYscbSjJxY6wTBMVZQvejlQsEyKVegQDdxmi3gaZU
sWwarM36skGAZm9Zg+cG1PjPdvTFQdF4Z9BwyDdFpjTar+3wgX+7hRmhAUZIptd1
dEL/o52YVkT6IVizUzNsAQ9PbeL7iMD4eh2UnoXB6mwqYiQnnDnUNsOrVvK21Np8
Ogxof7y1rSusaIk+x/I4iksIsG6w/vC2F07hXnR7jLLuPD1ZYFM=
=XRvk
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 32368@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 32368
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help