Merge pull request #154142 from r-ryantm/auto-update/python3.8-pypugjs

python38Packages.pypugjs: 5.9.9 -> 5.9.10
This commit is contained in:
Ryan Mulligan 2022-01-25 20:40:23 -08:00 committed by GitHub
commit 4d92273036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pypugjs";
version = "5.9.9";
version = "5.9.10";
src = fetchPypi {
inherit pname version;
sha256 = "0s0a239940z6rsssa13yz6pfkjk4300j35hs7qysyz45f3ixq19j";
sha256 = "082dae87d44e184030b66da9ea9bd1a0209f86c089d8f2bd61064b97a7511a28";
};
propagatedBuildInputs = [ six chardet ];