Skip to content

Commit

Permalink
bump nixpkgs to 24.11
Browse files Browse the repository at this point in the history
pylint 3.1.1 -> 3.3.1
pandas 2.2.1 -> 2.2.3
  • Loading branch information
jurraca committed Nov 27, 2024
1 parent 8dd314d commit cea2ed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -30,9 +30,9 @@
pythonDevDeps = pkgs.python311.withPackages (ps: [
ps.beautifulsoup4
ps.pandas
ps.pylint
ps.requests
ps.tqdm
ps.pylint
]);
kartografDeps = [
pythonBuildDeps
Expand Down

0 comments on commit cea2ed4

Please sign in to comment.