unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: perl-text-diff: Update perl-text-diff.
@ 2016-06-29 12:11 Alex Sassmannshausen
  2016-06-29 12:11 ` Alex Sassmannshausen
  2016-06-30 19:58 ` Eric Bavier
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Sassmannshausen @ 2016-06-29 12:11 UTC (permalink / raw)
  To: guix-devel

Hello,

This patch updates perl-text-diff.  The URL had to be changed as it seems it
has a new maintainer.

I'm working out my tooling for a largish number of patches I'm about to send,
so please let me know if there is anything I can do to make handling my
patches easier.

As part of this process I'm also changing my subscription email address.  As I
had sent this patch previously from this email, when I was not yet subscribed
to the mailing list with this email address, this patch may eventually turn up
twice.

Apologies for this.

Best wishes,

Alex

Alex Sassmannshausen (1):
  gnu: perl-text-diff: Update perl-text-diff.

 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.8.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] gnu: perl-text-diff: Update perl-text-diff.
  2016-06-29 12:11 [PATCH] gnu: perl-text-diff: Update perl-text-diff Alex Sassmannshausen
@ 2016-06-29 12:11 ` Alex Sassmannshausen
  2016-07-02 13:36   ` Ludovic Courtès
  2016-06-30 19:58 ` Eric Bavier
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Sassmannshausen @ 2016-06-29 12:11 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/perl.scm (perl-text-diff): Correct URL, update to 1.44.
---
 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 386155d..926631d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5632,15 +5632,15 @@ can combine fields into a CSV string and parse a CSV string into fields.")
 (define-public perl-text-diff
   (package
     (name "perl-text-diff")
-    (version "1.41")
+    (version "1.44")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/O/OV/OVID/"
+       (uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
                            "Text-Diff-" version ".tar.gz"))
        (sha256
         (base32
-         "1ynjsa4sr1yvyh65sdfvahaafglibz70j8b6rj01cg1iisj50zx6"))))
+         "041v92zla2acdc433f47giridf6p820sdczs7x5d71fhsyza1xsp"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-algorithm-diff" ,perl-algorithm-diff)))
-- 
2.8.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: perl-text-diff: Update perl-text-diff.
  2016-06-29 12:11 [PATCH] gnu: perl-text-diff: Update perl-text-diff Alex Sassmannshausen
  2016-06-29 12:11 ` Alex Sassmannshausen
@ 2016-06-30 19:58 ` Eric Bavier
  2016-07-02 13:35   ` CPAN updater Ludovic Courtès
  1 sibling, 1 reply; 5+ messages in thread
From: Eric Bavier @ 2016-06-30 19:58 UTC (permalink / raw)
  To: Alex Sassmannshausen; +Cc: guix-devel, Guix-devel

On 2016-06-29 07:11, Alex Sassmannshausen wrote:
> Hello,
> 
> This patch updates perl-text-diff.  The URL had to be changed as it 
> seems it
> has a new maintainer.

BTW, I have a WIP cpan updater for 'guix refresh'.  If you're interested 
in trying it out I can post a patch.  Home-page/source URL changes seem 
to be something that happens semi-regularly on CPAN, but AFAIK our 
updater framework cannot handle such things.

-- 
`~Eric

^ permalink raw reply	[flat|nested] 5+ messages in thread

* CPAN updater
  2016-06-30 19:58 ` Eric Bavier
@ 2016-07-02 13:35   ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2016-07-02 13:35 UTC (permalink / raw)
  To: Eric Bavier; +Cc: guix-devel, Guix-devel

Eric Bavier <ericbavier@openmailbox.org> skribis:

> BTW, I have a WIP cpan updater for 'guix refresh'.  If you're
> interested in trying it out I can post a patch.

Awesome!  Somehow I thought we already had it.

> Home-page/source URL changes seem to be something that happens
> semi-regularly on CPAN, but AFAIK our updater framework cannot handle
> such things.

Indeed.  We could/should change ‘update-package-source’ in (guix
upstream) to update not only the version number and hash, but also the
URL.

Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: perl-text-diff: Update perl-text-diff.
  2016-06-29 12:11 ` Alex Sassmannshausen
@ 2016-07-02 13:36   ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2016-07-02 13:36 UTC (permalink / raw)
  To: Alex Sassmannshausen; +Cc: guix-devel

Alex Sassmannshausen <alex@pompo.co> skribis:

> * gnu/packages/perl.scm (perl-text-diff): Correct URL, update to 1.44.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-02 13:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29 12:11 [PATCH] gnu: perl-text-diff: Update perl-text-diff Alex Sassmannshausen
2016-06-29 12:11 ` Alex Sassmannshausen
2016-07-02 13:36   ` Ludovic Courtès
2016-06-30 19:58 ` Eric Bavier
2016-07-02 13:35   ` CPAN updater Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).