mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Update nix packaging.
This commit is contained in:
parent
fced1ab01b
commit
b52f0251d5
@ -30,12 +30,12 @@
|
|||||||
{ lib, fetchPypi, python, buildPythonPackage, rustPlatform }:
|
{ lib, fetchPypi, python, buildPythonPackage, rustPlatform }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycddl";
|
pname = "pycddl";
|
||||||
version = "0.4.0";
|
version = "0.6.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-w0CGbPeiXyS74HqZXyiXhvaAMUaIj5onwjl9gWKAjqY=";
|
sha256 = "sha256-kmXXJAHkP4Wltp01Os5DPlygEI7nxd0FdaFqdD43X3g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Without this, when building for PyPy, `maturin build` seems to fail to
|
# Without this, when building for PyPy, `maturin build` seems to fail to
|
||||||
@ -52,6 +52,6 @@ buildPythonPackage rec {
|
|||||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
hash = "sha256-g96eeaqN9taPED4u+UKUcoitf5aTGFrW2/TOHoHEVHs=";
|
hash = "sha256-PjAcAf7T03hKmBhDlXJdkwCkiGNfzc1ajukhf+tFpMo=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user