about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2022-10-12 14:21:00 +1100
committerGitHub <noreply@github.com>2022-10-12 14:21:00 +1100
commit217eb4d7b326ab50d91235d7e24e1b72e6a4dca6 (patch)
treec309f3b56af9392e771a5c6286d7b75f464c94c8 /pkgs
parentec70a388c55fb6e2378dff96d9a72839b77d3cc7 (diff)
parent5c08754283e543071a38d948fda3b50d1bf29a63 (diff)
Merge pull request #195563 from r-ryantm/auto-update/python310Packages.pylitterbot
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 = [