* [PATCH 0/1] Update moreutils to 0.57
@ 2015-12-24 21:11 Leo Famulari
2015-12-24 21:11 ` [PATCH 1/1] gnu: moreutils: Update " Leo Famulari
0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2015-12-24 21:11 UTC (permalink / raw)
To: guix-devel
It looks the upstream source for moreutils (Debian) doesn't archive all
the old releases, so our current package is broken!
This patch updates moreutils to 0.57.
Leo Famulari (1):
gnu: moreutils: Update to 0.57.
gnu/packages/moreutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.6.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] gnu: moreutils: Update to 0.57.
2015-12-24 21:11 [PATCH 0/1] Update moreutils to 0.57 Leo Famulari
@ 2015-12-24 21:11 ` Leo Famulari
2015-12-25 14:23 ` Mark H Weaver
2015-12-26 5:00 ` Leo Famulari
0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-24 21:11 UTC (permalink / raw)
To: guix-devel
* gnu/packages/moreutils.scm (moreutils): Update to 0.57.
---
gnu/packages/moreutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index 4ea6df3..eebb207 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -28,7 +28,7 @@
(define-public moreutils
(package
(name "moreutils")
- (version "0.55")
+ (version "0.57")
(source (origin
(method url-fetch)
(uri (string-append
@@ -36,7 +36,7 @@
version ".orig.tar.gz"))
(sha256
(base32
- "1dcah2jx8dbznn8966xl7sf1jrld2qfh6l6xcmx9dsnf8p8mr7fs"))))
+ "078dpkwwwrv8hxnylbc901kib2d1rr3hsja37j6dlpjfcfq58z9s"))))
(build-system gnu-build-system)
(inputs `(("perl" ,perl)
("libxml2" ,libxml2)
--
2.6.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] gnu: moreutils: Update to 0.57.
2015-12-24 21:11 ` [PATCH 1/1] gnu: moreutils: Update " Leo Famulari
@ 2015-12-25 14:23 ` Mark H Weaver
2015-12-26 5:00 ` Leo Famulari
1 sibling, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-12-25 14:23 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> writes:
> * gnu/packages/moreutils.scm (moreutils): Update to 0.57.
Okay, please push.
Thanks!
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] gnu: moreutils: Update to 0.57.
2015-12-24 21:11 ` [PATCH 1/1] gnu: moreutils: Update " Leo Famulari
2015-12-25 14:23 ` Mark H Weaver
@ 2015-12-26 5:00 ` Leo Famulari
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26 5:00 UTC (permalink / raw)
To: guix-devel
On Thu, Dec 24, 2015 at 04:11:35PM -0500, Leo Famulari wrote:
> * gnu/packages/moreutils.scm (moreutils): Update to 0.57.
> ---
> gnu/packages/moreutils.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
> index 4ea6df3..eebb207 100644
> --- a/gnu/packages/moreutils.scm
> +++ b/gnu/packages/moreutils.scm
> @@ -28,7 +28,7 @@
> (define-public moreutils
> (package
> (name "moreutils")
> - (version "0.55")
> + (version "0.57")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -36,7 +36,7 @@
> version ".orig.tar.gz"))
> (sha256
> (base32
> - "1dcah2jx8dbznn8966xl7sf1jrld2qfh6l6xcmx9dsnf8p8mr7fs"))))
> + "078dpkwwwrv8hxnylbc901kib2d1rr3hsja37j6dlpjfcfq58z9s"))))
> (build-system gnu-build-system)
> (inputs `(("perl" ,perl)
> ("libxml2" ,libxml2)
> --
> 2.6.2
>
Pushed as 5b0bcecdd1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-26 5:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24 21:11 [PATCH 0/1] Update moreutils to 0.57 Leo Famulari
2015-12-24 21:11 ` [PATCH 1/1] gnu: moreutils: Update " Leo Famulari
2015-12-25 14:23 ` Mark H Weaver
2015-12-26 5:00 ` Leo Famulari
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.