diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-04-12 11:14:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 11:14:38 +0200 |
commit | 8770f64816925506eca607dfa2406a066980fd38 (patch) | |
tree | b2875cbf35cc47fdae62fea3208985ab612065a0 | |
parent | 75fbd91d6689c5d15141e78931caf299c2c912c7 (diff) | |
parent | a31dc44d2dd8cae498135b2994a7a117bc4c6e2d (diff) |
Merge pull request #15398 from BKPepe/babel-update
python-babel: update to version 2.9.0
-rw-r--r-- | lang/python/python-babel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-babel/Makefile b/lang/python/python-babel/Makefile index 559e65b83..42c0f484e 100644 --- a/lang/python/python-babel/Makefile +++ b/lang/python/python-babel/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-babel -PKG_VERSION:=2.8.0 +PKG_VERSION:=2.9.0 PKG_RELEASE:=1 PYPI_NAME:=Babel -PKG_HASH:=1aac2ae2d0d8ea368fa90906567f5c08463d98ade155c0c4bfedd6a0f7160e38 +PKG_HASH:=da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=BSD-3-Clause |