about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylitterbot
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:58:45 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:18 +0100
commit4b238222b2b8f60c4c418ccaf65fe5394fb91b6b (patch)
treecfa66992924222c6c3797debee6318e78b5f45d7 /pkgs/development/python-modules/pylitterbot
parent3826fe3f5b70d8822f6844cb1426711626e1f59c (diff)
python3Packages.pylitterbot: 2021.11.0 -> 2021.12.0
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 be6d71aed5d36..1ed0a79ec400a 100644
--- a/pkgs/development/python-modules/pylitterbot/default.nix
+++ b/pkgs/development/python-modules/pylitterbot/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "pylitterbot";
-  version = "2021.11.0";
+  version = "2021.12.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "natekspencer";
     repo = pname;
     rev = version;
-    sha256 = "sha256-HdIxi6RfdXBYEYFEcv/f9wAqKZg/MsEZd6mDYwE45to=";
+    sha256 = "1vm6fzsw10j9v9ki3ds5f7by5p8dqc3aflz2j34gwvb87i0qqgw7";
   };
 
   propagatedBuildInputs = [