1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-07 19:15:36 +03:00

python3Packages.construct: 2.10.67 -> 2.10.68

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:55 +01:00
parent 2084747e89
commit 14f366ecaf

View file

@ -5,7 +5,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "construct"; pname = "construct";
version = "2.10.67"; version = "2.10.68";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1nciwim745qk41l1ck4chx3vxpfr6cq4k3a4i7vfnnrd3s6szzsw"; sha256 = "sha256-bp/YyRFP0rrBHPyhiqnn6o1iC5l61oedShZ2phGeqaw=";
}; };
# not an explicit dependency, but it's imported by an entrypoint # not an explicit dependency, but it's imported by an entrypoint