Skip to content

Commit

Permalink
check-shapes: 1.0.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action committed Oct 2, 2023
1 parent 6db2b39 commit e20f5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-packages/by-name/ch/check-shapes/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "check-shapes";
version = "1.0.0";
version = "1.1.1";
format = "pyproject";

src = fetchFromGitHub {
owner = "GPflow";
repo = "check_shapes";
rev = "v${version}";
hash = "sha256-lTfJJ3gjpMmhLPoTSS9zlQj6q4w+v65F94Qwsaym6Xw=";
hash = "sha256-FeZ61316vATGVPIX2OexQn6XJjiWDmrBKJMHVEnAxhQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e20f5c3

Please sign in to comment.