about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-15 22:40:34 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-16 18:33:13 +0200
commit5fb98570b4f9ae315c3d31e14a9a4b5ccf3bced5 (patch)
tree59acf4688cefdaf795ce07aca8f02c9ae41d2905 /pkgs/development/python-modules
parent71dd951fd183ed2b12d9672136d40769cd95d66f (diff)
downloadnixlib-5fb98570b4f9ae315c3d31e14a9a4b5ccf3bced5.tar
nixlib-5fb98570b4f9ae315c3d31e14a9a4b5ccf3bced5.tar.gz
nixlib-5fb98570b4f9ae315c3d31e14a9a4b5ccf3bced5.tar.bz2
nixlib-5fb98570b4f9ae315c3d31e14a9a4b5ccf3bced5.tar.lz
nixlib-5fb98570b4f9ae315c3d31e14a9a4b5ccf3bced5.tar.xz
nixlib-5fb98570b4f9ae315c3d31e14a9a4b5ccf3bced5.tar.zst
nixlib-5fb98570b4f9ae315c3d31e14a9a4b5ccf3bced5.zip
python37Packages.shellingham: 1.3.0 -> 1.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-shellingham/versions
Diffstat (limited to 'pkgs/development/python-modules')
-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 c1791db9fbc9..707a79e10551 100644
--- a/pkgs/development/python-modules/shellingham/default.nix
+++ b/pkgs/development/python-modules/shellingham/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "shellingham";
-  version = "1.3.0";
+  version = "1.3.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "116r78nhw74rh857kv9l614xjr6k89919s6l8b14hlvy8fz8rg51";
+    sha256 = "1q7kws7w4x2hji3g7y0ni9ddk4sd676ylrb3db54gbpys6xj6nwq";
   };
 
   meta = with stdenv.lib; {