python27Packages.cocotb: 1.3.0 -> 1.3.1

This commit is contained in:
R. RyanTM 2020-03-30 14:10:32 +00:00 committed by Jon
parent 9cf5d3a2b4
commit 8f91b1745a

View File

@ -2,13 +2,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cocotb"; pname = "cocotb";
version = "1.3.0"; version = "1.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0gwd79zm7196fhnbzbdpyvgzsfjfzl3pmc5hh27h7hckfpxzj9yw"; sha256 = "118wp5sjsl99hj8pqw5n3v2lry9r949p2hv4l92p086q1n0axxk3";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -26,7 +26,7 @@ buildPythonPackage rec {
substituteInPlace $f --replace 'shell which' 'shell command -v' substituteInPlace $f --replace 'shell which' 'shell command -v'
done done
# This can probably be removed in the next update after 1.3.0 # This can probably be removed in the next update after 1.3.1
substituteInPlace cocotb/share/makefiles/Makefile.inc --replace "-Werror" "" substituteInPlace cocotb/share/makefiles/Makefile.inc --replace "-Werror" ""
''; '';