From cea2ed473ad57c5564bee961e6750766c36830b6 Mon Sep 17 00:00:00 2001 From: jurraca Date: Wed, 27 Nov 2024 18:38:22 +0000 Subject: [PATCH] bump nixpkgs to 24.11 pylint 3.1.1 -> 3.3.1 pandas 2.2.1 -> 2.2.3 --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index dd7814f..8dc824d 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1727264057, - "narHash": "sha256-KQPI8CTTnB9CrJ7LrmLC4VWbKZfljEPBXOFGZFRpxao=", + "lastModified": 1732350895, + "narHash": "sha256-GcOQbOgmwlsRhpLGSwZJwLbo3pu9ochMETuRSS1xpz4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "759537f06e6999e141588ff1c9be7f3a5c060106", + "rev": "0c582677378f2d9ffcb01490af2f2c678dcb29d3", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 33bc28c..664f5ba 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "An IP-to-AS mapping tool."; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; utils.url = "github:numtide/flake-utils"; # the rpki-client binary will be built from the flake at this URL. rpki-cli.url = "github:asmap/rpki-client-nix"; @@ -30,9 +30,9 @@ pythonDevDeps = pkgs.python311.withPackages (ps: [ ps.beautifulsoup4 ps.pandas + ps.pylint ps.requests ps.tqdm - ps.pylint ]); kartografDeps = [ pythonBuildDeps