python3Packages.construct: 2.10.67 -> 2.10.68
This commit is contained in:
parent
2084747e89
commit
14f366ecaf
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "construct";
|
||||
version = "2.10.67";
|
||||
version = "2.10.68";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1nciwim745qk41l1ck4chx3vxpfr6cq4k3a4i7vfnnrd3s6szzsw";
|
||||
sha256 = "sha256-bp/YyRFP0rrBHPyhiqnn6o1iC5l61oedShZ2phGeqaw=";
|
||||
};
|
||||
|
||||
# not an explicit dependency, but it's imported by an entrypoint
|
||||
|
|
Loading…
Reference in a new issue