about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-11 19:06:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-11 19:06:47 +0000
commit5c08754283e543071a38d948fda3b50d1bf29a63 (patch)
treecb931f671fa7543c80e7c1228bc22574a00a9785 /pkgs
parent4b02f74d3c217ed2438b070d49c78b97593a0ede (diff)
python310Packages.pylitterbot: 2022.9.6 -> 2022.10.1
Diffstat (limited to 'pkgs')
-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 c0c919321c0d7..5c56150e8f535 100644
--- a/pkgs/development/python-modules/pylitterbot/default.nix
+++ b/pkgs/development/python-modules/pylitterbot/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "pylitterbot";
-  version = "2022.9.6";
+  version = "2022.10.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "natekspencer";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-+8vsnSEEZ7uypASsJZ2MIK+riIF01Lxa1E3t0pC+e/I=";
+    hash = "sha256-E7rBRPtXa/E6jf75zULuGaiu2DHvq4hZjcwPwj/w9ww=";
   };
 
   nativeBuildInputs = [