about summary refs log tree commit diff
path: root/pkgs/development/python-modules/shellingham
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-26 05:23:28 -0700
committerRobert Schütz <rschuetz17@gmail.com>2019-03-26 13:23:28 +0100
commitd0d43fb21c4acc12c2c31399b076a96ec9e08c53 (patch)
tree6ff86b5241df892502087bee0aecc5ce2bf51b6b /pkgs/development/python-modules/shellingham
parent0a06afa7edaf40af88538ae5b10ce546e0f8d1b3 (diff)
downloadnixlib-d0d43fb21c4acc12c2c31399b076a96ec9e08c53.tar
nixlib-d0d43fb21c4acc12c2c31399b076a96ec9e08c53.tar.gz
nixlib-d0d43fb21c4acc12c2c31399b076a96ec9e08c53.tar.bz2
nixlib-d0d43fb21c4acc12c2c31399b076a96ec9e08c53.tar.lz
nixlib-d0d43fb21c4acc12c2c31399b076a96ec9e08c53.tar.xz
nixlib-d0d43fb21c4acc12c2c31399b076a96ec9e08c53.tar.zst
nixlib-d0d43fb21c4acc12c2c31399b076a96ec9e08c53.zip
python37Packages.shellingham: 1.2.8 -> 1.3.0 (#57456)
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/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 b2c63ea97e3b..c1791db9fbc9 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.2.8";
+  version = "1.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "115k1z2klgsvyzg4q5ip0iqxyb565pkchhf2fsr846k68gqcgrjn";
+    sha256 = "116r78nhw74rh857kv9l614xjr6k89919s6l8b14hlvy8fz8rg51";
   };
 
   meta = with stdenv.lib; {