Skip to content
Snippets Groups Projects
Commit 1c993e27 authored by Andrew Rowley's avatar Andrew Rowley
Browse files

Try this

parent 54a1d8b9
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ class PySpinnfrontendcommon(PythonPackage): ...@@ -16,7 +16,7 @@ class PySpinnfrontendcommon(PythonPackage):
homepage = "https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon" homepage = "https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon"
pypi = "SpiNNFrontEndCommon/SpiNNFrontEndCommon-1!7.0.0.tar.gz" pypi = "SpiNNFrontEndCommon/SpiNNFrontEndCommon-1!7.0.0.tar.gz"
resource(name="spinnaker-exe.jar", URLFetchStrategy(_JAR_URL, _JAR_SHA256, expand=False), destination="JavaSpiNNaker/SpiNNaker-front-end/target") resource(name="spinnaker-exe.jar", url=_JAR_URL, checksum=_JAR_SHA256, expand=False, destination="JavaSpiNNaker/SpiNNaker-front-end/target")
version("7.0.0", sha256="07539734ed0105472d06d655bbd92e149ef44c77c388fcca28857558faa6dd10") version("7.0.0", sha256="07539734ed0105472d06d655bbd92e149ef44c77c388fcca28857558faa6dd10")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment