mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +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, ... }:
|
{ lib, fetchPypi, buildPythonPackage, ... }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pygtrie";
|
pname = "pygtrie";
|
||||||
version = "2.4.2";
|
version = "2.5.0";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "43205559d28863358dbbf25045029f58e2ab357317a59b11f11ade278ac64692";
|
sha256 = "sha256-IDUUrYJutAPasdLi3dA04NFTS75NvgITuwWT9mvrpOI=";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/mina86/pygtrie";
|
homepage = "https://github.com/mina86/pygtrie";
|
||||||
|
Loading…
Reference in New Issue
Block a user