mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python37Packages.amqp: 2.4.2 -> 2.5.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-amqp/versions
This commit is contained in:
parent
97aba37876
commit
d548021c0e
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "amqp";
|
pname = "amqp";
|
||||||
version = "2.4.2";
|
version = "2.5.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "043beb485774ca69718a35602089e524f87168268f0d1ae115f28b88d27f92d7";
|
sha256 = "1j1046gcriidsfha0hvrw6hwcm0wrhbvg0prjjji5inaadyzidnb";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest case pytest-sugar ];
|
checkInputs = [ pytest case pytest-sugar ];
|
||||||
|
Loading…
Reference in New Issue
Block a user