Skip to content

Commit

Permalink
fix(build): let the script run at all
Browse files Browse the repository at this point in the history
  • Loading branch information
r-k-b committed Jan 5, 2025
1 parent c32157a commit b800f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
(python3.withPackages (
p3pkgs: with p3pkgs; [
feedparser
looseversion
requests
]
))
Expand Down
2 changes: 1 addition & 1 deletion google-chrome/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from collections import OrderedDict

from builtins import iter, len, open, print, sorted
from distutils.version import LooseVersion
from looseversion import LooseVersion
from os.path import abspath, dirname
from urllib.request import urlopen

Expand Down

0 comments on commit b800f96

Please sign in to comment.