mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python36Packages.txtorcon: 18.0.2 -> 18.3.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.6-txtorcon/versions
This commit is contained in:
parent
ae88ee9a40
commit
27337bcf34
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "txtorcon";
|
pname = "txtorcon";
|
||||||
version = "18.0.2";
|
version = "18.3.0";
|
||||||
|
|
||||||
checkInputs = [ pytest mock lsof GeoIP ];
|
checkInputs = [ pytest mock lsof GeoIP ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ce50fdd00abb8b490b72809a2c664684f67f3c9467f392642d36f58309395a87";
|
sha256 = "1c7qfpr1zz34whz66lk4xpwdn7d5jqk6ccgas5n54li479mra0an";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Skip a failing test until fixed upstream:
|
# Skip a failing test until fixed upstream:
|
||||||
|
|
Loading…
Reference in a new issue