python37Packages.canmatrix: 0.7 -> 0.8

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-canmatrix/versions
This commit is contained in:
R. RyanTM 2019-09-27 20:27:00 -07:00
parent 96ac71d680
commit 44b7c0a5f1

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "canmatrix";
version = "0.7";
version = "0.8";
# uses fetchFromGitHub as PyPi release misses test/ dir
src = fetchFromGitHub {
owner = "ebroecker";
repo = pname;
rev = version;
sha256 = "0q8qb282nfgirl8r2i9c8whm3hvr14ig2r42ssgnv2hya971cwjq";
sha256 = "1wzflapyj2j4xsi7d7gfmznmxbgr658n092xyq9nac46rbhpcphg";
};
propagatedBuildInputs = [