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:
commit
4d92273036
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pypugjs";
|
pname = "pypugjs";
|
||||||
version = "5.9.9";
|
version = "5.9.10";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0s0a239940z6rsssa13yz6pfkjk4300j35hs7qysyz45f3ixq19j";
|
sha256 = "082dae87d44e184030b66da9ea9bd1a0209f86c089d8f2bd61064b97a7511a28";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six chardet ];
|
propagatedBuildInputs = [ six chardet ];
|
||||||
|
|
Loading…
Reference in a new issue