guix-commits
[Top][All Lists]
Advanced

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

18/45: gnu: python-pari-jupyter: Update to 1.4.0.


From: guix-commits
Subject: 18/45: gnu: python-pari-jupyter: Update to 1.4.0.
Date: Wed, 12 Jan 2022 17:58:40 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 95b53cb5e865f6bbaa728452ea196510277926aa
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 16:07:37 2022 +0100

    gnu: python-pari-jupyter: Update to 1.4.0.
    
    * gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.0.
    [source, home-page]: Adjust repo name.
---
 gnu/packages/python-xyz.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 799c813b6e..90e2bdb326 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8689,23 +8689,21 @@ installing @code{kernelspec}s for use with Jupyter 
frontends.")
 (define-public python-pari-jupyter
   (package
     (name "python-pari-jupyter")
-    (version "1.3.2")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "pari_jupyter" version))
+       (uri (pypi-uri "pari-jupyter" version))
        (sha256
         (base32
-         "1yash0p422nnin7z58b99d0p23nx79f5m0mainc9hsjg72jhdhr6"))))
+         "1hwjr66vfjsx28qmxrgsp3z0px1xqwxv53byvsrbwbjp4pbp79sz"))))
     (build-system python-build-system)
+    (arguments '(#:tests? #f))          ;no test suite
     (propagated-inputs
      (list python-ipykernel))
     (inputs
      (list pari-gp readline))
-    (arguments
-     `(#:tests? #f)) ; no test suite
-    (home-page
-     "https://github.com/jdemeyer/pari_jupyter";)
+    (home-page "https://github.com/jdemeyer/pari-jupyter";)
     (synopsis "Jupyter kernel for PARI/GP")
     (description "The package provides a PARI/GP kernel for Jupyter.")
     (license license:gpl3+)))



reply via email to

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