python310Packages.leb128: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm 2023-02-16 20:49:01 +00:00
parent ac1f5b72a9
commit b383c76895

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