mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
python3Packages.coiled: 1.96.1 -> 1.100.0
This commit is contained in:
parent
35bfba9eef
commit
6e62f90071
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "coiled";
|
||||
version = "1.96.1";
|
||||
version = "1.100.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-iyjZGg7RNaguHVZFMSS65OiO0HC3bqZL7yeOaSGr+IE=";
|
||||
hash = "sha256-kB5kWIFQPxTcozVqfjMt58b9tAx9upTga4NdfplbbtI=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue