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>2018-10-23 22:43:19 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-24 10:15:30 +0200
commit36f54007f94e1546b2e64a9faa3b0d9114823a2a (patch)
tree85d8a6b133f3132710bbde2244bce61c1a3ecb61 /pkgs/development/python-modules/shellingham
parent20576db4b3bc8aa8f08ca4af6b6f6009ee8da187 (diff)
downloadnixlib-36f54007f94e1546b2e64a9faa3b0d9114823a2a.tar
nixlib-36f54007f94e1546b2e64a9faa3b0d9114823a2a.tar.gz
nixlib-36f54007f94e1546b2e64a9faa3b0d9114823a2a.tar.bz2
nixlib-36f54007f94e1546b2e64a9faa3b0d9114823a2a.tar.lz
nixlib-36f54007f94e1546b2e64a9faa3b0d9114823a2a.tar.xz
nixlib-36f54007f94e1546b2e64a9faa3b0d9114823a2a.tar.zst
nixlib-36f54007f94e1546b2e64a9faa3b0d9114823a2a.zip
python36Packages.shellingham: 1.2.6 -> 1.2.7
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.6-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 57cafe2624c5..6fa265517dfa 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.6";
+  version = "1.2.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0x1hja3jzvh7xmd0sxnfw9hi3k419s95vb7jjzh76yydzvss1r2q";
+    sha256 = "06biyiwq9571mryzbr50am3mxpc3blscwqhiq8c66ac4xm3maszm";
   };
 
   meta = with stdenv.lib; {