Merge pull request #216692 from r-ryantm/auto-update/python310Packages.leb128

python310Packages.leb128: 1.0.4 -> 1.0.5
This commit is contained in:
Nick Cao 2023-02-17 19:31:26 +08:00 committed by GitHub
commit 535d029caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "leb128";
version = "1.0.4";
version = "1.0.5";
# fetchPypi doesn't include files required for tests
src = fetchFromGitHub {
owner = "mohanson";
repo = "leb128";
rev = "v${version}";
sha256 = "040l6fxyzqal841kirf783kk1840gcy1gjd374jfr46v96qc8scm";
rev = "refs/tags/v${version}";
sha256 = "sha256-zK14LPziBkvXAMzuPbcg/47caO/5GEYA9txAzCGfpS8=";
};
nativeCheckInputs = [ pytestCheckHook ];