Skip to content

Commit

Permalink
Update python-smbus2 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ski7777 committed Dec 27, 2022
1 parent 47a94d5 commit 02c9df8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package/python-smbus2/python-smbus2.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# md5, sha256 from https://pypi.org/pypi/smbus2/json
md5 9f6cc4ba3fbcf75797bc7c4040d0c27b smbus2-0.2.3.tar.gz
sha256 4d5aae2f65d39056bb44e8906d5c503f8ee7e02fadb0a6433f1091a9ce528dde smbus2-0.2.3.tar.gz
md5 c561cbc6fb87fab7953b79e5aa148b81 smbus2-0.4.2.tar.gz
sha256 634541ed794068a822fe7499f1577468b9d4641b68dd9bfb6d0eb7270f4d2a32 smbus2-0.4.2.tar.gz
4 changes: 2 additions & 2 deletions package/python-smbus2/python-smbus2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_SMBUS2_VERSION = 0.2.3
PYTHON_SMBUS2_VERSION = 0.4.2
PYTHON_SMBUS2_SOURCE = smbus2-$(PYTHON_SMBUS2_VERSION).tar.gz
PYTHON_SMBUS2_SITE = https://files.pythonhosted.org/packages/20/21/fd4e359bd130c09a728c8549fccabf3be70ea08ca7c7c6b5822faf97dcf3
PYTHON_SMBUS2_SITE = https://files.pythonhosted.org/packages/7c/01/18a9c3fccc2ddc0af16ddbe52aadc4585fbd1e7ae4ee32e780abbfc7fc97
PYTHON_SMBUS2_SETUP_TYPE = setuptools
PYTHON_SMBUS2_LICENSE = MIT

Expand Down

0 comments on commit 02c9df8

Please sign in to comment.