summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-02-26 18:47:31 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-02-26 19:03:29 +0100
commit4a277c1efe120024f0d54b2764b657154800e939 (patch)
tree33756b2b944241a411d42a068152ba8e39be4991
parent2e89e4e9747fc9816e5ab549297b891967e6973b (diff)
downloadnixlib-4a277c1efe120024f0d54b2764b657154800e939.tar
nixlib-4a277c1efe120024f0d54b2764b657154800e939.tar.gz
nixlib-4a277c1efe120024f0d54b2764b657154800e939.tar.bz2
nixlib-4a277c1efe120024f0d54b2764b657154800e939.tar.lz
nixlib-4a277c1efe120024f0d54b2764b657154800e939.tar.xz
nixlib-4a277c1efe120024f0d54b2764b657154800e939.tar.zst
nixlib-4a277c1efe120024f0d54b2764b657154800e939.zip
python: txtorcon: 0.19.3 -> 0.20.0
-rw-r--r--pkgs/development/python-modules/txtorcon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/txtorcon/default.nix b/pkgs/development/python-modules/txtorcon/default.nix
index cd2d6c9a3656..2e7c07c74f38 100644
--- a/pkgs/development/python-modules/txtorcon/default.nix
+++ b/pkgs/development/python-modules/txtorcon/default.nix
@@ -5,7 +5,7 @@
 buildPythonPackage rec {
   name = "${pname}-${version}";
   pname = "txtorcon";
-  version = "0.19.3";
+  version = "0.20.0";
 
   checkInputs = [ pytest mock lsof GeoIP ];
   propagatedBuildInputs = [
@@ -16,7 +16,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1za4qag4g2lbw695v4ssxqc2aspdyknnbn2diylwg8q9g5k9cczp";
+    sha256 = "dc80cb76b3ddacef6d671c0a088cb1a45274c0858554c32ce55d0f41421c740e";
   };
 
   # ipaddress isn't required for Python 3 although it's in requirements.txt.