Skip to content

Commit 1561e58

Browse files
author
github-action
committed
check-shapes: 1.0.0 -> 1.1.1
Diff: GPflow/check_shapes@v1.0.0...v1.1.1
1 parent 5bf5ea2 commit 1561e58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-packages/by-name/ch/check-shapes/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
buildPythonPackage rec {
99
pname = "check-shapes";
10-
version = "1.0.0";
10+
version = "1.1.1";
1111
format = "pyproject";
1212

1313
src = fetchFromGitHub {
1414
owner = "GPflow";
1515
repo = "check_shapes";
1616
rev = "v${version}";
17-
hash = "sha256-lTfJJ3gjpMmhLPoTSS9zlQj6q4w+v65F94Qwsaym6Xw=";
17+
hash = "sha256-FeZ61316vATGVPIX2OexQn6XJjiWDmrBKJMHVEnAxhQ=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)