3
0
Fork 0
forked from mirrors/nixpkgs

python: pyupdate: 0.2.23 -> 0.2.26

This commit is contained in:
Frederik Rietdijk 2019-02-16 09:53:24 +01:00
parent 0a9110cac8
commit 2e1980d3f7

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pyupdate";
version = "0.2.23";
version = "0.2.26";
src = fetchPypi {
inherit pname version;
sha256 = "448ee8f3e18c044877c3644c7423198d8ecfc3b0d992f0efa53f9f61392d658d";
sha256 = "8d30f5b011c6be41886741e31bc87cadc9762d60800faf3ce419fa52132de35c";
};
propagatedBuildInputs = [ requests ];