about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-18 21:48:55 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-22 14:02:08 +0200
commitd5c01fef96dbf95e589f676353f34e3b50d4e33d (patch)
treecba4d3583fd7b9e6db326fe322181ba7044a6ff0
parent17c03fdc4c0e50d5b5655f5069a1b1fbeff4c845 (diff)
python3Packages.types-toml: 0.10.8.7 -> 0.10.8.20240310
-rw-r--r--pkgs/development/python-modules/types-toml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-toml/default.nix b/pkgs/development/python-modules/types-toml/default.nix
index 140664989f3b2..db58fbc181b5c 100644
--- a/pkgs/development/python-modules/types-toml/default.nix
+++ b/pkgs/development/python-modules/types-toml/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "types-toml";
-  version = "0.10.8.7";
+  version = "0.10.8.20240310";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-WLB4HGgeZx/wtcAxkwmRBon0q0DookMeIF1wyUu277E=";
+    hash = "sha256-PUFQEwKXJDamuLI5yFCyZollfiUoG0j/DsBjRbiDAzE=";
   };
 
   # Module doesn't have tests