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-27 22:39:59 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-05 15:00:35 +0200
commitbae58aed5adfdac724e711eeaf9e5839fc3bc845 (patch)
tree5dc1dac506f9d6c027b4cc20a5f084541aea4947 /pkgs/development/python-modules/pylitterbot
parent76c4d7bdc4c447d16597d453760088e1727ec82d (diff)
python3Packages.pylitterbot: 2021.8.0 -> 2021.8.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 08924d5157322..a305a8309a93a 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.0";
+  version = "2021.8.1";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "natekspencer";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Z7/j5ZZd8cOJhY/GfKUcDSJZvmU/TR/KDK60j1eYsik=";
+    sha256 = "sha256-ULaybf2uV8lY9J9EHlszbnLWZJ0QO7y6BQxvdQX+nMU=";
   };
 
   propagatedBuildInputs = [