about summary refs log tree commit diff
path: root/pkgs/development/python-modules/txdbus
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-10-25 10:06:58 +0100
committerJonathan Ringer <jonringer117@gmail.com>2020-11-05 15:47:05 -0800
commit3d4b1acdda337d521be6a4ab6cfe139e0604bc69 (patch)
tree9016505f579209e31fd86b6858ff09b8ad99fdf0 /pkgs/development/python-modules/txdbus
parent1e7672b7cd0faf945773e896d3e2ca085c4b2197 (diff)
python3Packages.txdbus: 1.1.1 -> 1.1.2
Diffstat (limited to 'pkgs/development/python-modules/txdbus')
-rw-r--r--pkgs/development/python-modules/txdbus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/txdbus/default.nix b/pkgs/development/python-modules/txdbus/default.nix
index 636e19b39babc..f6bc44981fb17 100644
--- a/pkgs/development/python-modules/txdbus/default.nix
+++ b/pkgs/development/python-modules/txdbus/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "txdbus";
-  version = "1.1.1";
+  version = "1.1.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "eefcffa4efbf82ba11222f17f5989fe1b2b6ef57226ef896c4a7084c990ba217";
+    sha256 = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97";
   };
 
   propagatedBuildInputs = [ six twisted ];