Merge pull request #215490 from fabaff/msgspec-bump

python310Packages.msgspec: 0.12.0 -> 0.13.0
This commit is contained in:
Nick Cao
2023-02-10 09:09:58 +08:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "msgspec";
version = "0.12.0";
version = "0.13.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9k1lpx5pb9idMwgYAZjVEM915w5wsmLWQ/tnHNSKHAs=";
hash = "sha256-R3/ljUBm0WTRIdp5qoHtH3k1ReaMzASsD4tB8bHKAMc=";
};
# Requires libasan to be accessible
+6
View File
@@ -17,8 +17,13 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-McHzHK404kDB992T2f84dZHDxujpPIz4qglYMmv3kTw=";
};
pythonRelaxDeps = [
"msgspec"
];
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [
@@ -54,6 +59,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Extendable Pentesting Framework for the Automotive Domain";
homepage = "https://github.com/Fraunhofer-AISEC/gallia";
changelog = "https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab rumpelsepp ];
platforms = platforms.linux;