mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 17:27:36 +00:00
Merge pull request #141636 from r-ryantm/auto-update/python38Packages.phonenumbers
python38Packages.phonenumbers: 8.12.34 -> 8.12.35
This commit is contained in:
commit
a41e09cf72
@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "phonenumbers";
|
||||
version = "8.12.34";
|
||||
version = "8.12.35";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2d0f3db2944130f4a842f37a3b252f4a32cc0454a1a2e992c6480c7c17f1b121";
|
||||
sha256 = "f426d419aabf6366c27ef1193918cc55217ef0e8be8f09cbf0667131037ca229";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user