nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+2 -2
+2 -2
pkgs/development/python-modules/guessit/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "guessit"; 12 - version = "3.0.0"; 12 + version = "3.0.3"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "bf17e78783cf13bf903750770de4c3bb6c9ca89baafedb1612794660b6ebe32b"; 16 + sha256 = "1q06b3k31bfb8cxjimpf1rkcrwnc596a9cppjw15minvdangl32r"; 17 17 }; 18 18 19 19 # Tests require more packages.