1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

python37Packages.dlib: 19.17 -> 19.18

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dlib/versions
This commit is contained in:
R. RyanTM 2019-09-26 06:18:52 -07:00
parent 96ac71d680
commit 3a73ebdb38

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "dlib";
version = "19.17";
version = "19.18";
src = fetchFromGitHub {
owner = "davisking";
repo = "dlib";
rev ="v${version}";
sha256 = "0g11ilma6cll3bd2ahm66j1sjb9v4rxz3xjbfkcg5pjsvb49n029";
sha256 = "1kbrcf35pn2ymyr8q48ls98n2zb7rrz5207kwpisfh6k22g802ic";
};
postPatch = ''