summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2025-02-27 15:56:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2025-02-27 15:56:48 +0000
commitf8cef0650371569474a4dd14c3cb67608d2effef (patch)
tree6458368905a176d05b9246206cb365f4f8f34735
parenttypst: fix high cpu load when using `typst watch` (#385509) (diff)
downloadnixpkgs-f8cef0650371569474a4dd14c3cb67608d2effef.tar.gz
python312Packages.stdlib-list: 0.11.0 -> 0.11.1
-rw-r--r--pkgs/development/python-modules/stdlib-list/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/stdlib-list/default.nix b/pkgs/development/python-modules/stdlib-list/default.nix
index e4c3fbfa2296..ea81c10bf39d 100644
--- a/pkgs/development/python-modules/stdlib-list/default.nix
+++ b/pkgs/development/python-modules/stdlib-list/default.nix
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "stdlib-list";
- version = "0.11.0";
+ version = "0.11.1";
format = "pyproject";
src = fetchPypi {
pname = "stdlib_list";
inherit version;
- hash = "sha256-t0p7ZDp3oSY36Qfz9i8KufZzALzkAU9rLTyLTI/WPGY=";
+ hash = "sha256-levR1z2pMzu6A8zAl/W6wF46oD5oIqDAKQ+H4QR/GFc=";
};
nativeBuildInputs = [ flit-core ];