forked from mirrors/nixpkgs
python: py: 1.5.4 -> 1.7.0
This commit is contained in:
parent
e82517ff50
commit
950929ca46
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi, setuptools_scm }:
|
||||
buildPythonPackage rec {
|
||||
pname = "py";
|
||||
version = "1.5.4";
|
||||
version = "1.7.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7";
|
||||
sha256 = "bf92637198836372b520efcba9e020c330123be8ce527e535d185ed4b6f45694";
|
||||
};
|
||||
|
||||
# Circular dependency on pytest
|
||||
|
|
Loading…
Reference in a new issue