mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.structlog: 25.3.0 -> 25.4.0 (#413742)
This commit is contained in:
commit
09540dc1c4
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "structlog";
|
pname = "structlog";
|
||||||
version = "25.3.0";
|
version = "25.4.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hynek";
|
owner = "hynek";
|
||||||
repo = "structlog";
|
repo = "structlog";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-Ve6RBCQ8PJtlN/gzSjj/gxFkJsgcJhlNMAKDybBTx54=";
|
hash = "sha256-iNnUogcICQJvHBZO2J8uk4NleQY/ra3ZzxQgnSRKr30=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue