python: pyvcd: 0.1.4 -> 0.1.5

This commit is contained in:
Frederik Rietdijk 2019-12-10 19:07:41 +01:00
parent 1cee548428
commit ba62825af2

View File

@ -6,12 +6,12 @@
, pytest }:
buildPythonPackage rec {
version = "0.1.4";
version = "0.1.5";
pname = "pyvcd";
src = fetchPypi {
inherit pname version;
sha256 = "0dv9wac5y5z9j54ypyc59csxdiy9ybpphw9ipxp1k8nfg65q9jxx";
sha256 = "9e796f8d00d8392716bef9759f118231f5d77d2fff79d8a32151e3bb5579ff25";
};
buildInputs = [ setuptools_scm ];