mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python: paperspace: 0.0.15 -> 0.0.19
This commit is contained in:
parent
08d5cb20b8
commit
5ff559e5e9
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "paperspace";
|
pname = "paperspace";
|
||||||
version = "0.0.15";
|
version = "0.0.19";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "af96dae7a1d84df8781aded392764953c9cbeb43d5cc314e405d3470f7c8006c";
|
sha256 = "2216fb31919595ba442077e8028cc05b0598421a74604daeae4d2baa5e8409d9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ boto3 requests ];
|
propagatedBuildInputs = [ boto3 requests ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue