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

Merge pull request #260961 from r-ryantm/auto-update/python310Packages.deal-solver

python310Packages.deal-solver: 0.1.1 -> 0.1.2

authored by Fabian Affolter and committed by GitHub 3650808d 612df9b9

+3 -2
+3 -2
pkgs/development/python-modules/deal-solver/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "deal-solver"; 14 - version = "0.1.1"; 15 format = "pyproject"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "life4"; 21 repo = pname; 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-LXBAWbm8fT/jYNbzB95YeBL9fEknMNJvkTRMbc+nf6c="; 24 }; 25 26 nativeBuildInputs = [ ··· 53 meta = with lib; { 54 description = "Z3-powered solver (theorem prover) for deal"; 55 homepage = "https://github.com/life4/deal-solver"; 56 license = licenses.mit; 57 maintainers = with maintainers; [ gador ]; 58 };
··· 11 12 buildPythonPackage rec { 13 pname = "deal-solver"; 14 + version = "0.1.2"; 15 format = "pyproject"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "life4"; 21 repo = pname; 22 rev = "refs/tags/${version}"; 23 + hash = "sha256-DAOeQLFR/JED32uJSW7W9+Xx5f1Et05W8Fp+Vm7sfZo="; 24 }; 25 26 nativeBuildInputs = [ ··· 53 meta = with lib; { 54 description = "Z3-powered solver (theorem prover) for deal"; 55 homepage = "https://github.com/life4/deal-solver"; 56 + changelog = "https://github.com/life4/deal-solver/releases/tag/${version}"; 57 license = licenses.mit; 58 maintainers = with maintainers; [ gador ]; 59 };