summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2023-04-01 19:42:47 +0200
committerLuflosi <luflosi@luflosi.de>2023-04-01 19:42:47 +0200
commit5a6fc17bd4e5939d6ae9509cfe65a205293ee055 (patch)
treec950c408e703de0a9bc2f088eb11f2c0e834bd72
parentMerge pull request #224219 from fabaff/amass-bump (diff)
downloadnixpkgs-5a6fc17bd4e5939d6ae9509cfe65a205293ee055.tar.gz
python3Packages.furo: 2022.12.7 -> 2023.3.27
https://github.com/pradyunsg/furo/releases/tag/2023.03.23 https://github.com/pradyunsg/furo/releases/tag/2023.03.27
-rw-r--r--pkgs/development/python-modules/furo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/furo/default.nix b/pkgs/development/python-modules/furo/default.nix
index 14401f7e53fd..2e4db29b4685 100644
--- a/pkgs/development/python-modules/furo/default.nix
+++ b/pkgs/development/python-modules/furo/default.nix
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "furo";
- version = "2022.12.7";
+ version = "2023.3.27";
format = "wheel";
disable = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
- hash = "sha256-fLdsEqJe9l24WrB0PfkHVz0DAnozYx8X0mflmOuxkfc=";
+ hash = "sha256-SrK+JUotXlJ5LQynk6EsNVgt0JiXIopt1HiF2r1clSE=";
};
propagatedBuildInputs = [