guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: python-pygmsh: Change source to 'git-fetch'.


From: guix-commits
Subject: 02/03: gnu: python-pygmsh: Change source to 'git-fetch'.
Date: Fri, 13 Aug 2021 04:31:23 -0400 (EDT)

pgarlick pushed a commit to branch master
in repository guix.

commit 74b82ecd0eca64fe11728e286cabbd4da07b8391
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Fri Aug 13 01:19:30 2021 +0100

    gnu: python-pygmsh: Change source to 'git-fetch'.
    
    * gnu/packages/simulation.scm (python-pygmsh)[source]: Change to
    'git-fetch'.
---
 gnu/packages/simulation.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 929399c..7a31362 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -846,11 +846,14 @@ tools and a collection of Python modules for programmatic 
use.")
     (version "7.1.9")
     (source
       (origin
-        (method url-fetch)
-        (uri (pypi-uri "pygmsh" version))
+        (method git-fetch)
+        (uri (git-reference
+              (url "https://github.com/nschloe/pygmsh";)
+              (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
         (sha256
           (base32
-           "1q7nr0cq581wlif537y6awj7vz9jywxg14c8znmsx5ip8x24754j"))
+           "1lq16v31sifd9n1bb8yxnp3vhafrxz1rvydk9hh1add96fbjgj29"))
         (modules '((guix build utils)))
         (snippet
          '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]