* [PATCH] gnu: gmsh: Update to 2.14.1
@ 2016-11-10 13:25 Paul Garlick
2016-11-10 17:00 ` Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Paul Garlick @ 2016-11-10 13:25 UTC (permalink / raw)
To: guix-devel; +Cc: Paul Garlick
* gnu/packages/maths.scm (gmsh): Update version, hash and uri
---
gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 64e53e2..c9792a1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -949,14 +949,14 @@ script files.")
(define-public gmsh
(package
(name "gmsh")
- (version "2.11.0")
+ (version "2.14.1")
(source
(origin
(method url-fetch)
- (uri (string-append "http://www.geuz.org/gmsh/src/gmsh-"
+ (uri (string-append "http://gmsh.info/src/gmsh-"
version "-source.tgz"))
(sha256
- (base32 "1ilplibvjgf7a905grpnclrvkmqy9fgrpl7xyp3w4yl1qc682v9b"))
+ (base32 "1vsxp47j6srmy8kqb3p1z9pmlm42whhhz7r0vzpa2a86gga4zx17"))
(modules '((guix build utils)))
(snippet
;; Remove non-free METIS code
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: gmsh: Update to 2.14.1
2016-11-10 13:25 [PATCH] gnu: gmsh: Update to 2.14.1 Paul Garlick
@ 2016-11-10 17:00 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2016-11-10 17:00 UTC (permalink / raw)
To: Paul Garlick; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]
On Thu, Nov 10, 2016 at 01:25:51PM +0000, Paul Garlick wrote:
> * gnu/packages/maths.scm (gmsh): Update version, hash and uri
> ---
> gnu/packages/maths.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
> index 64e53e2..c9792a1 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -949,14 +949,14 @@ script files.")
> (define-public gmsh
> (package
> (name "gmsh")
> - (version "2.11.0")
> + (version "2.14.1")
> (source
> (origin
> (method url-fetch)
> - (uri (string-append "http://www.geuz.org/gmsh/src/gmsh-"
> + (uri (string-append "http://gmsh.info/src/gmsh-"
> version "-source.tgz"))
> (sha256
> - (base32 "1ilplibvjgf7a905grpnclrvkmqy9fgrpl7xyp3w4yl1qc682v9b"))
> + (base32 "1vsxp47j6srmy8kqb3p1z9pmlm42whhhz7r0vzpa2a86gga4zx17"))
> (modules '((guix build utils)))
> (snippet
> ;; Remove non-free METIS code
> --
> 2.7.4
>
Pushed with slight changes to the commit message
--
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-10 17:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-10 13:25 [PATCH] gnu: gmsh: Update to 2.14.1 Paul Garlick
2016-11-10 17:00 ` Efraim Flashner
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.