Browse Source

Merge pull request #13321 from jmarcet/paramiko-update

python3-paramiko: update to version 2.7.2
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
0cd2a2d8bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/python-paramiko/Makefile

+ 3
- 3
lang/python/python-paramiko/Makefile View File

@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-paramiko PKG_NAME:=python-paramiko
PKG_VERSION:=2.7.1
PKG_RELEASE:=2
PKG_VERSION:=2.7.2
PKG_RELEASE:=1
PYPI_NAME:=paramiko PYPI_NAME:=paramiko
PKG_HASH:=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
PKG_HASH:=7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE:=LGPL-2.1-or-later


Loading…
Cancel
Save