Skip to content

Commit

Permalink
Merge pull request NixOS#289164 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.skrl

python311Packages.skrl: 1.0.0 -> 1.1.0
  • Loading branch information
natsukium authored Feb 19, 2024
2 parents 3d00c0c + c74a4a5 commit fe6521d
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 fe6521d

Please sign in to comment.