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-08-06 22:47:29 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-06 22:47:29 +0200
commitc796704a786afa9204daa42b1e15c2b2963e36a8 (patch)
treeb4ec5c7d91cdec7ba201ae2479a0a023b3c5657a /pkgs/development/python-modules/pylitterbot
parent60ddedce3768a942a56b456449c52469ada683f5 (diff)
python3Packages.pylitterbot: 2021.7.2 -> 2021.8.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 4e22d52a4c8f2..08924d5157322 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.7.2";
+  version = "2021.8.0";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "natekspencer";
     repo = pname;
     rev = version;
-    sha256 = "0hnjqj9n2sq1jhiwdrw2aayhyz94cwjxniiak2h1nxh2q0nzigh3";
+    sha256 = "sha256-Z7/j5ZZd8cOJhY/GfKUcDSJZvmU/TR/KDK60j1eYsik=";
   };
 
   propagatedBuildInputs = [