Merge pull request #260924 from r-ryantm/auto-update/python310Packages.cocotb

python310Packages.cocotb: 1.8.0 -> 1.8.1
This commit is contained in:
Fabian Affolter 2023-10-14 20:56:46 +02:00 committed by GitHub
commit a777a27b9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];