Skip to content

Commit

Permalink
python311Packages.skrl: 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 15, 2024
1 parent 110b0eb commit c74a4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/skrl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

buildPythonPackage rec {
pname = "skrl";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "Toni-SM";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-89OoJanmaB74SLF1qMI8WFBdN1czS7Yr7BmojaRdo4M=";
hash = "sha256-JsE8QQNOqvFQylrPuHEjejOTeQL652rM0EteAfLyeVI=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit c74a4a5

Please sign in to comment.