1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python36Packages.guessit: 3.0.0 -> 3.0.3

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.6-guessit/versions
This commit is contained in:
R. RyanTM 2018-11-18 12:29:39 -08:00
parent d208fa53eb
commit 583511fb67

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "guessit";
version = "3.0.0";
version = "3.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "bf17e78783cf13bf903750770de4c3bb6c9ca89baafedb1612794660b6ebe32b";
sha256 = "1q06b3k31bfb8cxjimpf1rkcrwnc596a9cppjw15minvdangl32r";
};
# Tests require more packages.