Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.emborg: 1.40 -> 1.41

+2 -2
+2 -2
pkgs/development/python-modules/emborg/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "emborg"; 23 - version = "1.40"; 23 + version = "1.41"; 24 24 format = "pyproject"; 25 25 26 26 disabled = pythonOlder "3.7"; ··· 29 29 owner = "KenKundert"; 30 30 repo = "emborg"; 31 31 rev = "refs/tags/v${version}"; 32 - hash = "sha256-1cgTKYt2/HiPxsar/nIr4kk2dRMYCJZQilhr+zs1AEg="; 32 + hash = "sha256-ViELR5pbGZc1vMxluHWBARuP6N031u+75WmJEYdckJo="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ flit-core ];