From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZJal-0005uy-2y for guix-patches@gnu.org; Wed, 10 Jan 2018 11:51:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZJag-0001L5-Df for guix-patches@gnu.org; Wed, 10 Jan 2018 11:51:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43324) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eZJag-0001Kw-9v for guix-patches@gnu.org; Wed, 10 Jan 2018 11:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eZJaf-00053w-Vz for guix-patches@gnu.org; Wed, 10 Jan 2018 11:51:02 -0500 Subject: [bug#30067] stagit 0.7.2 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZJZc-0005er-6l for guix-patches@gnu.org; Wed, 10 Jan 2018 11:50:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZJZY-0000j7-6M for guix-patches@gnu.org; Wed, 10 Jan 2018 11:49:56 -0500 Received: from aibo.runbox.com ([91.220.196.211]:33138) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eZJZX-0000i0-Ue for guix-patches@gnu.org; Wed, 10 Jan 2018 11:49:52 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eZJZV-0000TS-CG for guix-patches@gnu.org; Wed, 10 Jan 2018 17:49:49 +0100 Received: from dslb-088-078-094-182.088.078.pools.vodafone-ip.de ([88.78.94.182] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eZJZL-00012S-66 for guix-patches@gnu.org; Wed, 10 Jan 2018 17:49:39 +0100 Date: Wed, 10 Jan 2018 17:49:45 +0000 From: ng0 Message-ID: <20180110174945.lf3knfvpnxnncbjm@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="53odxonch5kbolde" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30067@debbugs.gnu.org --53odxonch5kbolde Content-Type: multipart/mixed; boundary="gymnf2o4fgonccvo" Content-Disposition: inline --gymnf2o4fgonccvo Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable appended. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is/a/ :: https://ea.n0.is --gymnf2o4fgonccvo Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-stagit-Update-to-0.7.2.patch" Content-Transfer-Encoding: quoted-printable =46rom a06634c0c904e43670eb02fdfb7c24f40f96d542 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 10 Jan 2018 17:47:45 +0000 Subject: [PATCH] gnu: stagit: Update to 0.7.2. * gnu/packages/version-control.scm (stagit): Update to 0.7.2. --- gnu/packages/version-control.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-contro= l.scm index d400afd6e..0b4997b7a 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -10,7 +10,7 @@ ;;; Copyright =C2=A9 2015 Kyle Meyer ;;; Copyright =C2=A9 2015, 2017 Ricardo Wurmus ;;; Copyright =C2=A9 2016, 2017 Leo Famulari -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017, 2018 ng0 ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2017 Vasile Dumitrascu ;;; Copyright =C2=A9 2017 Cl=C3=A9ment Lassieur @@ -1549,14 +1549,14 @@ a built-in wiki, built-in file browsing, built-in t= ickets system, etc.") (define-public stagit (package (name "stagit") - (version "0.5") + (version "0.7.2") (source (origin (method url-fetch) (uri (string-append "https://dl.2f30.org/releases/" name "-" version ".tar.gz")) (sha256 (base32 - "0ym1dwzn2z23hcg53qh1m1g5pfibrfnnlp3sm3z1v4mhz0pgaj56")))) + "1m3s9g1z9szbjrhm8sic91xh6f2bfpi56rskdkqd5wc4wdycpyi5")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; No tests --=20 2.15.1 --gymnf2o4fgonccvo-- --53odxonch5kbolde Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlpWUjkACgkQ4i+bv+40 hYgZqRAAhWI2SIaR+iKb+tBaPai63Ped6XOtmITtFC2o7apZ+ccVu7rlxhWM/I9z SA8IPLdGATLU4blinR/58wfEqDr1EFNYzwY8deo+lTliJBw6EnZrrL3JDf/FTnJ2 ID70l0N4pEMK6Jjc9vZwSxrzPWVDP0vm9Yr+B0O17+4Oj/qqOud+EauH2CFt5Jb3 BQuHIaX8zCSLtGJf98ttL9de8TgrcTii8S7grYK7lWtMR+7bd06sa7BoRGkrsoYo l6WQUrlGyiOEk98CHiMUKG/qKAwcMvNS26l+2B1rk+/d3Lr7cHVIsYEMq0NUVodf upMqXpu18MP8j/CXSjlLYgTo/QmXzmTtxK5lYT7h4yHZAGGZ8wGlW2ENHLRwMgFO D9t2urf7yjKXARpWKPzSPHAmHnsPgOFQLZ/7iGPIXLF1dMYheJeY5IGvDofne0/2 d12b2CZOuDGKJIwqCamNDuVL2LzfL2ayUOfgUAfS8anOWYs/AnAXXBmtRt9MUYmx VkC1Z7D2z/W/x90t04rPmV61OfMWEhVL/RQyDH88Dd5E7L1gVjKzt90sKUFvjfIS IZ6SkApPSLIXpVmwqj8gBenV7yRN4Wukb8+4pj3cFEqwMBUmeYXGiYPn5YyAEPGt QvGD/VZ3r1fu3yvoleWFOEoDr3U1/QKq1E+X3ktf/Zl9wjTZYoM= =tfpi -----END PGP SIGNATURE----- --53odxonch5kbolde--