Skip to content

Commit 7f5ebf2

Browse files
authored
Merge pull request #352 from ngi-nix/update-nix-deps
Update Nix deps to incorporate latest Python packages
2 parents 9b56483 + efd803a commit 7f5ebf2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

etc/nix/flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
python = "python38";
5050

5151
# Pin pypi repo to a specific commit which includes all necessary
52-
# Python deps. The default version is updated with every mach-nix
53-
# release might be be sufficient for newer releases.
52+
# Python deps. The default version (which is updated with every
53+
# mach-nix release) is insufficient.
5454
# The corresponding sha256 hash can be obtained with:
5555
# $ nix-prefetch-url --unpack https://github.com/DavHau/pypi-deps-db/tarball/<pypiDataRev>
56-
pypiDataRev = "c86b4490a7d838bd54a2d82730455e96c6e4eb14";
56+
pypiDataRev = "fb3c23d059d64e81539fa317635bbe241ba4531e";
5757
pypiDataSha256 =
58-
"0al490gi0qda1nkb9289z2msgpc633rv5hn3w5qihkl1rh88dmjd";
58+
"168zc3a0z1flgk3srhyf4z6379f37ka5d6z1c1h3hr2agllr7rmc";
5959
});
6060

6161
in {

0 commit comments

Comments
 (0)