isso: 0.11.1 -> 0.12.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/isso/versions
This commit is contained in:
R. RyanTM 2019-01-28 06:10:07 -08:00
parent 4866cbe341
commit 5a3548349f

View file

@ -2,14 +2,14 @@
with python2.pkgs; buildPythonApplication rec {
pname = "isso";
version = "0.11.1";
version = "0.12.2";
# no tests on PyPI
src = fetchFromGitHub {
owner = "posativ";
repo = pname;
rev = version;
sha256 = "0545vh0sb5i4cz9c0qgch77smpwgav3rhl1dxk9ij6rx4igjk03j";
sha256 = "18v8lzwgl5hcbnawy50lfp3wnlc0rjhrnw9ja9260awkx7jra9ba";
};
propagatedBuildInputs = [