lexicon: 3.9.0 -> 3.9.4
This commit is contained in:
parent
dfca474eaf
commit
6c8c7176bd
@ -3,42 +3,18 @@
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
let
|
||||
py = python3.override {
|
||||
packageOverrides = self: super: {
|
||||
# until https://github.com/ags-slc/localzone/issues/1 gets resolved
|
||||
dnspython = super.dnspython.overridePythonAttrs(oldAttrs: rec {
|
||||
pname = "dnspython";
|
||||
version = "1.16.0";
|
||||
# since name is defined from the previous derivation, need to override
|
||||
# name explicity for correct version to show in drvName
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = super.fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "00cfamn97w2vhq3id87f10mjna8ag5yz5dw0cy5s0sa3ipiyii9n";
|
||||
};
|
||||
});
|
||||
|
||||
localzone = super.localzone.overridePythonAttrs(oldAttrs: rec {
|
||||
meta = oldAttrs.meta // { broken = false; };
|
||||
});
|
||||
};
|
||||
};
|
||||
in
|
||||
with py.pkgs;
|
||||
with python3.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "lexicon";
|
||||
version = "3.9.0";
|
||||
version = "3.9.4";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AnalogJ";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qJFHwFzFjZVdQv4YfrlR2cMQHsEtpQbvg/DMo6C5/z0=";
|
||||
hash = "sha256-TySgIxBEl2RolndAkEN4vCIDKaI48vrh2ocd+CTn7Ow=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user