Skip to content

Commit

Permalink
Use stable recipe version
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Dec 4, 2024
1 parent 948c3da commit b149ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/clipper/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ClipperConan(ConanFile):
homepage = "http://www.angusj.com/delphi/clipper.php"
settings = "os", "arch", "compiler", "build_type"
package_type = "library"
python_requires = "sentrylibrary/1.0.0"
python_requires = "sentrylibrary/1.0.0@ultimaker/stable"
python_requires_extend = "sentrylibrary.SentryLibrary"

options = {
Expand Down

0 comments on commit b149ecd

Please sign in to comment.