Skip to content

Commit

Permalink
python3Packages.cocotb: 1.3.1 -> 1.3.2
Browse files Browse the repository at this point in the history
doesn't seem we can remove Makefile.inc fixup yet

(cherry picked from commit 0b5d5d6)
  • Loading branch information
risicle authored and jonringer committed Oct 12, 2020
1 parent 6fa7f94 commit 73c7292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/cocotb/default.nix
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "cocotb";
version = "1.3.1";
version = "1.3.2";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "118wp5sjsl99hj8pqw5n3v2lry9r949p2hv4l92p086q1n0axxk3";
sha256 = "0akkxcj11543c0jn4zdw4a668lk0xg7pghs8mch3xjk8nn8wfblc";
};

propagatedBuildInputs = [
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
substituteInPlace $f --replace 'shell which' 'shell command -v'
done
# This can probably be removed in the next update after 1.3.1
# This can perhaps be removed in the next update after 1.3.2?
substituteInPlace cocotb/share/makefiles/Makefile.inc --replace "-Werror" ""
'';

Expand Down

0 comments on commit 73c7292

Please sign in to comment.