Merge pull request #260924 from r-ryantm/auto-update/python310Packages.cocotb
python310Packages.cocotb: 1.8.0 -> 1.8.1
This commit is contained in:
commit
a777a27b9a
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cocotb";
|
||||
version = "1.8.0";
|
||||
version = "1.8.1";
|
||||
|
||||
# pypi source doesn't include tests
|
||||
src = fetchFromGitHub {
|
||||
owner = "cocotb";
|
||||
repo = "cocotb";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-k3VizQ9iyDawfDCeE3Zup/KkyD54tFBLdQvRKsbKDLY=";
|
||||
hash = "sha256-B7SePM8muEL3KFVOY7+OAgQVIRvTs6k29xASK9lgCB4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
|
|
Loading…
Reference in a new issue