about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-22 10:35:32 -0500
committerGitHub <noreply@github.com>2023-12-22 10:35:32 -0500
commita570add92b083591ba39d5a277daafe10a2215f6 (patch)
tree487605a956809115dbcc749f75ec7ef73a35d918 /pkgs
parentbc1772cd011dff6e36144822426c2b0834c6f4e1 (diff)
parent16450c8b6dfe5e2f65e3eedb5d5358fc1d9180d3 (diff)
Merge pull request #276042 from r-ryantm/auto-update/python310Packages.screed
python310Packages.screed: 1.1.2 -> 1.1.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/screed/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/screed/default.nix b/pkgs/development/python-modules/screed/default.nix
index 4d8f88772dff9..307844854d87a 100644
--- a/pkgs/development/python-modules/screed/default.nix
+++ b/pkgs/development/python-modules/screed/default.nix
@@ -8,13 +8,13 @@
 
 buildPythonPackage rec {
   pname = "screed";
-  version = "1.1.2";
+  version = "1.1.3";
   format = "setuptools";
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-c0/6eopkUoZJbYlbc2+R1rKYiVbi/UI1gSPZPshRm2o=";
+    hash = "sha256-N+gWl8fbqVoFNVTltahq/zKXBeHPXfxee42lht7gcrg=";
   };
 
   nativeBuildInputs = [ setuptools-scm ];