mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
python3Packages.pygtrie: 2.4.1 -> 2.4.2
This commit is contained in:
parent
444da66670
commit
0a65678a47
@ -1,10 +1,10 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, ... }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pygtrie";
|
||||
version = "2.4.1";
|
||||
version = "2.4.2";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4367b87d92eaf475107421dce0295a9d4d72156702908c96c430a426b654aee7";
|
||||
sha256 = "43205559d28863358dbbf25045029f58e2ab357317a59b11f11ade278ac64692";
|
||||
};
|
||||
meta = {
|
||||
homepage = "https://github.com/mina86/pygtrie";
|
||||
|
Loading…
Reference in New Issue
Block a user