nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python37Packages.txtorcon: 18.3.0 -> 19.0.0 (#54679)

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-txtorcon/versions

authored by

R. RyanTM and committed by
xeji
2d5c827a 5bb66b31

+2 -2
+2 -2
pkgs/development/python-modules/txtorcon/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "txtorcon"; 7 - version = "18.3.0"; 7 + version = "19.0.0"; 8 8 9 9 checkInputs = [ pytest mock lsof GeoIP ]; 10 10 propagatedBuildInputs = [ ··· 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "1c7qfpr1zz34whz66lk4xpwdn7d5jqk6ccgas5n54li479mra0an"; 18 + sha256 = "0fxzhsc62bhmr730vj9pzallmw56gz6iykvl28a5agrycm0bfc9p"; 19 19 }; 20 20 21 21 # Skip a failing test until fixed upstream: