about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylitterbot
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-03 19:46:46 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-03 19:46:46 +0100
commite2e7970d05984080f5ae97149ef3cb678c9d771b (patch)
treebed20cae948f5b2a886351e2d23061a5760fb07e /pkgs/development/python-modules/pylitterbot
parent5b1f3801bae844e416163775c9d97405ce23979a (diff)
python3Packages.pylitterbot: 2021.9.0 -> 2021.10.1
Diffstat (limited to 'pkgs/development/python-modules/pylitterbot')
-rw-r--r--pkgs/development/python-modules/pylitterbot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pylitterbot/default.nix b/pkgs/development/python-modules/pylitterbot/default.nix
index ac4531328fcf4..50afee3058cc9 100644
--- a/pkgs/development/python-modules/pylitterbot/default.nix
+++ b/pkgs/development/python-modules/pylitterbot/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "pylitterbot";
-  version = "2021.9.0";
+  version = "2021.10.1";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "natekspencer";
     repo = pname;
     rev = version;
-    sha256 = "sha256-S25x9k6vBwnmJq15y5PVUWaTujT9UNHvgIX9uH+N8dY=";
+    sha256 = "sha256-xE+H23AZR1OXfuLMvSuI7IeYKX7k2iEATHq5VheMLn4=";
   };
 
   propagatedBuildInputs = [