Browse Source

numpy: bump to version 1.21.3

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
committed by Hannu Nyman
parent
commit
52aadf9579
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/numpy/Makefile

+ 2
- 2
lang/python/numpy/Makefile View File

@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
PKG_VERSION:=1.21.2
PKG_VERSION:=1.21.3
PKG_RELEASE:=$(AUTORELEASE)
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=423216d8afc5923b15df86037c6053bf030d15cc9e3224206ef868c2d63dd6dc
PKG_HASH:=63571bb7897a584ca3249c86dd01c10bcb5fe4296e3568b2e9c1a55356b6410e
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>


Loading…
Cancel
Save