mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python313Packages.pynina: 0.3.4 -> 0.3.5
Changelog: https://gitlab.com/DeerMaximum/pynina/-/releases/0.3.5
This commit is contained in:
parent
a5726e5680
commit
6ace10ed51
1 changed files with 3 additions and 4 deletions
|
@ -9,15 +9,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pynina";
|
||||
version = "0.3.4";
|
||||
version = "0.3.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyNINA";
|
||||
inherit version;
|
||||
hash = "sha256-/BeT05dHPHfqybsly0QUbBPFFJKEr67vG1xbBfZXQuY=";
|
||||
inherit pname version;
|
||||
hash = "sha256-M+0gujriblTDj/qDmBnC4DlKjlZbbStsr7tep5HeNlg=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "aiohttp" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue