python38Packages.cocotb: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2022-01-09 04:04:12 +00:00
parent c1fac0a1c0
commit 745b35facd

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "cocotb";
version = "1.6.0";
version = "1.6.1";
# - 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 = "a695544ab314e6d795b72ece9e67b51c6668c569b21303158e00452db43c5756";
sha256 = "b644a15ea1e62c55041176468976541cba30a8a5e99a5e9a2c07ee595c2b4e95";
};
nativeBuildInputs = [ setuptools-scm ];