guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-pari-jupyter: Update to 1.4.1.


From: guix-commits
Subject: 02/02: gnu: python-pari-jupyter: Update to 1.4.1.
Date: Thu, 5 May 2022 10:17:07 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit d809e71df220e2be40a7cee32316ca3f20da6768
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu May 5 16:14:43 2022 +0200

    gnu: python-pari-jupyter: Update to 1.4.1.
    
    * gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.1.
      [home-page]: Update after maintainer change.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9e110577a4..82d297af3b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8947,21 +8947,21 @@ installing @code{kernelspec}s for use with Jupyter 
frontends.")
 (define-public python-pari-jupyter
   (package
     (name "python-pari-jupyter")
-    (version "1.4.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pari-jupyter" version))
        (sha256
         (base32
-         "1hwjr66vfjsx28qmxrgsp3z0px1xqwxv53byvsrbwbjp4pbp79sz"))))
+         "1ikqvv335qfrhmlji0iclci6pnm2c3fvnxf031jr1d68j79g6ypd"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f))          ;no test suite
     (propagated-inputs
      (list python-ipykernel))
     (inputs
      (list pari-gp readline))
-    (home-page "https://github.com/jdemeyer/pari-jupyter";)
+    (home-page "https://github.com/sagemath/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]