python3Packages.cocotb: 1.6.2 -> 1.7.0

This commit is contained in:
Martin Weinelt
2022-09-18 23:57:38 +02:00
parent 0c5026f18b
commit bbd66905e5
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "cocotb";
version = "1.6.2";
version = "1.7.0";
# - we need to use the tarball from PyPi
# or the full git checkout (with .git)
@@ -20,7 +20,7 @@ buildPythonPackage rec {
# because it does not include required metadata
src = fetchPypi {
inherit pname version;
sha256 = "sha256-SY+1727DbWMg6CnmHw8k/VP0dwBRYszn+YyyvZXgvUs=";
sha256 = "sha256-CF/ZXkEQDDPwTN2+ngyUKy55XwShR6/Fr5az/aYcY/Q=";
};
nativeBuildInputs = [ setuptools-scm ];