mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #181796 from r-ryantm/auto-update/python3.10-pygtrie
python310Packages.pygtrie: 2.4.2 -> 2.5.0
This commit is contained in:
commit
572a0b20e3
@ -1,10 +1,10 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, ... }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pygtrie";
|
||||
version = "2.4.2";
|
||||
version = "2.5.0";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "43205559d28863358dbbf25045029f58e2ab357317a59b11f11ade278ac64692";
|
||||
sha256 = "sha256-IDUUrYJutAPasdLi3dA04NFTS75NvgITuwWT9mvrpOI=";
|
||||
};
|
||||
meta = {
|
||||
homepage = "https://github.com/mina86/pygtrie";
|
||||
|
Loading…
Reference in New Issue
Block a user