about summary refs log tree commit diff
path: root/pkgs/applications/misc/toot
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-10 08:23:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-10 08:23:27 +0000
commite7695eec30df1de649b824c94dc40877b5a199a7 (patch)
treea2d8dd2ef0001a5e1a9280580926a22f598b5930 /pkgs/applications/misc/toot
parentaea1b82709afbf84223320223971d0188312def3 (diff)
toot: 0.41.1 -> 0.42.0
Diffstat (limited to 'pkgs/applications/misc/toot')
-rw-r--r--pkgs/applications/misc/toot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix
index feb9f188b10e3..dd90ffe370e6e 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "toot";
-  version = "0.41.1";
+  version = "0.42.0";
 
   src = fetchFromGitHub {
     owner  = "ihabunek";
     repo   = "toot";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-FwxA8YJzNKEK5WjdDi8PIufHh+SRVMRiFVIQs1iZ0UY=";
+    sha256 = "sha256-FxA/loJzb/DBI1vWC71IFqdFcwjwIezhBJCGNeBzRoU=";
   };
 
   nativeCheckInputs = with python3Packages; [ pytest ];