about summary refs log tree commit diff
path: root/pkgs/development/python-modules/shellingham
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-08 11:18:29 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-07-08 11:18:29 +0200
commit505fc54e225719f0cad0bb6d71d1bb7170317a75 (patch)
tree122c6c128c2bc150a6f8c92ea0371c36c36c23d0 /pkgs/development/python-modules/shellingham
parent44188d64727f056e1596b89019cda5b92eb0b368 (diff)
python3Packages.shellingham: 1.3.2 -> 1.4.0
Diffstat (limited to 'pkgs/development/python-modules/shellingham')
-rw-r--r--pkgs/development/python-modules/shellingham/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/shellingham/default.nix b/pkgs/development/python-modules/shellingham/default.nix
index 300368b31f130..2bf54f093dca9 100644
--- a/pkgs/development/python-modules/shellingham/default.nix
+++ b/pkgs/development/python-modules/shellingham/default.nix
@@ -3,12 +3,12 @@
 
 buildPythonPackage rec {
   pname = "shellingham";
-  version = "1.3.2";
+  version = "1.4.0";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "576c1982bea0ba82fb46c36feb951319d7f42214a82634233f58b40d858a751e";
+    sha256 = "sha256-SFXCRY1pBIKb00wpnxH97tfP77+KLFIuTK6mzXazFx4=";
   };
 
   meta = with lib; {