forked from mirrors/nixpkgs
python: pyupdate: 0.2.23 -> 0.2.26
This commit is contained in:
parent
0a9110cac8
commit
2e1980d3f7
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue