Skip to content

Commit

Permalink
package/python-notebook: upgrade notebook to 6.0.3 (#224)
Browse files Browse the repository at this point in the history
* fix(package): bump jupyter-notebook to 6.0.3

* forgot hash
  • Loading branch information
vegano1 authored Mar 3, 2024
1 parent 2edda12 commit 2060b71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/python-notebook/python-notebook.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/notebook/json
md5 fdea9acce79d1d4c49e628cee9058525 notebook-5.7.4.tar.gz
sha256 d908673a4010787625c8952e91a22adf737db031f2aa0793ad92f6558918a74a notebook-5.7.4.tar.gz
md5 9714add6d588c5327c4f5029d7c94f7b notebook-6.0.3.tar.gz
sha256 47a9092975c9e7965ada00b9a20f0cf637d001db60d241d479f53c0be117ad48 notebook-6.0.3.tar.gz
4 changes: 2 additions & 2 deletions package/python-notebook/python-notebook.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_NOTEBOOK_VERSION = 5.7.4
PYTHON_NOTEBOOK_VERSION = 6.0.3
PYTHON_NOTEBOOK_SOURCE = notebook-$(PYTHON_NOTEBOOK_VERSION).tar.gz
PYTHON_NOTEBOOK_SITE = https://files.pythonhosted.org/packages/6e/22/b5dcce67559d63d0f22e46d806305710808c698a1b91c07eb09e389785e0
PYTHON_NOTEBOOK_SITE = https://files.pythonhosted.org/packages/a9/c8/77ab314f1a0102c50762efcc2b58be99780ddffb88bcd5820e2715e1799e
PYTHON_NOTEBOOK_SETUP_TYPE = setuptools
PYTHON_NOTEBOOK_LICENSE = BSD-3-Clause

Expand Down

0 comments on commit 2060b71

Please sign in to comment.