From 3b2d7e437ca5371427ac102da3784e87a4c882a6 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Fri, 17 Jul 2026 23:59:13 +0200 Subject: [PATCH] python3Packages.yaswfp: fix version scheme --- pkgs/development/python-modules/yaswfp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/yaswfp/default.nix b/pkgs/development/python-modules/yaswfp/default.nix index 6ed211dd9a0b..6d0b1f447c34 100644 --- a/pkgs/development/python-modules/yaswfp/default.nix +++ b/pkgs/development/python-modules/yaswfp/default.nix @@ -8,7 +8,7 @@ buildPythonPackage (finalAttrs: { pname = "yaswfp"; - version = "0.9.3-unstable-20210331"; + version = "0.9.3-unstable-2014-09-11"; pyproject = true; __structuredAttrs = true;