python3Packages.python-ndn: 0.4.1 -> 0.5.0
https://github.com/named-data/python-ndn/blob/v0.5.0/CHANGELOG.rst
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-ndn";
|
||||
version = "0.4.1";
|
||||
version = "0.5.0";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "named-data";
|
||||
repo = pname;
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ArTP4LQu7VNjI/N13gMTc1SDiNmW5l4GdLYOk8JEfKg=";
|
||||
hash = "sha256-8fcBIcZ2l6mkKe9YQe5+5fh7+vK9qxzBO2kLRUONumQ=";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@@ -52,7 +52,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "NDN client library with AsyncIO support";
|
||||
homepage = "https://github.com/named-data/python-ndn";
|
||||
changelog = "https://github.com/named-data/python-ndn/blob/${src.rev}/CHANGELOG.rst";
|
||||
changelog = "https://github.com/named-data/python-ndn/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user