forked from mirrors/nixpkgs
python310Packages.aiortm: 0.5.0 -> 0.6.0
Diff: https://github.com/MartinHjelmare/aiortm/compare/v0.5.0...v0.6.0 Changelog: https://github.com/MartinHjelmare/aiortm/blob/v0.6.0/CHANGELOG.md
This commit is contained in:
parent
94a7d3f930
commit
e273a92e47
|
@ -13,7 +13,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiortm";
|
||||
version = "0.5.0";
|
||||
version = "0.6.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
owner = "MartinHjelmare";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-O3BfG2JRFiebO2knhNgdJfGQp+nqv0scUCmm87v5S00=";
|
||||
hash = "sha256-OOmcJB1o0cmAFj1n2obr0lxZxT5fYs2awftHQ6VMLUs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue