about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2024-03-12 14:51:19 -0600
committerGitHub <noreply@github.com>2024-03-12 14:51:19 -0600
commit0c4d79cb2aaf7244730c396affeed5b8ab47f62d (patch)
treea77b2bc6ab28e0c2a5c223ddce663f9bfe0233d8 /pkgs/applications
parent6276108ace5b852424abcc0e15e74b49a1ad3255 (diff)
parente7695eec30df1de649b824c94dc40877b5a199a7 (diff)
downloadnixlib-0c4d79cb2aaf7244730c396affeed5b8ab47f62d.tar
nixlib-0c4d79cb2aaf7244730c396affeed5b8ab47f62d.tar.gz
nixlib-0c4d79cb2aaf7244730c396affeed5b8ab47f62d.tar.bz2
nixlib-0c4d79cb2aaf7244730c396affeed5b8ab47f62d.tar.lz
nixlib-0c4d79cb2aaf7244730c396affeed5b8ab47f62d.tar.xz
nixlib-0c4d79cb2aaf7244730c396affeed5b8ab47f62d.tar.zst
nixlib-0c4d79cb2aaf7244730c396affeed5b8ab47f62d.zip
Merge pull request #294675 from r-ryantm/auto-update/toot
toot: 0.41.1 -> 0.42.0
Diffstat (limited to 'pkgs/applications')
-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 feb9f188b10e..dd90ffe370e6 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 ];