about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylitterbot
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-09-17 09:58:11 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-09-17 10:35:19 -0700
commit76606b4fcb4c97a5efe1cbd31ba9f04a5dec7b7f (patch)
tree58591661bd7c24ad97d63cf82aed461c32cc4f6a /pkgs/development/python-modules/pylitterbot
parent6bfb753d8aba337684501d590a881df2c119a016 (diff)
python3Packages.pylitterbot: 2021.8.1 -> 2021.9.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 a305a8309a93a..ac4531328fcf4 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.8.1";
+  version = "2021.9.0";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "natekspencer";
     repo = pname;
     rev = version;
-    sha256 = "sha256-ULaybf2uV8lY9J9EHlszbnLWZJ0QO7y6BQxvdQX+nMU=";
+    sha256 = "sha256-S25x9k6vBwnmJq15y5PVUWaTujT9UNHvgIX9uH+N8dY=";
   };
 
   propagatedBuildInputs = [