mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
python: pyparsing: 2.3.0 -> 2.3.1
This commit is contained in:
parent
b20f087235
commit
c78bf91587
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi }:
|
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyparsing";
|
pname = "pyparsing";
|
||||||
version = "2.3.0";
|
version = "2.3.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f353aab21fd474459d97b709e527b5571314ee5f067441dc9f88e33eecd96592";
|
sha256 = "66c9268862641abcac4a96ba74506e594c884e3f57690a696d21ad8210ed667a";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Not everything necessary to run the tests is included in the distribution
|
# Not everything necessary to run the tests is included in the distribution
|
||||||
|
Loading…
Reference in New Issue
Block a user