Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
40
Issue boards
Milestones
Wiki
Code
Merge requests
29
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Merge requests
!582
The source project of this merge request has been removed.
feat(py-hippounit): add version 1.4.1
Merged
feat(py-hippounit): add version 1.4.1
(removed):fatmagara-master-patch-42204
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
fatma el-haddad
requested to merge
(removed):fatmagara-master-patch-42204
into
master
6 months ago
Overview
0
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 2
57b4befc
6 months ago
version 1
f0d3cca5
6 months ago
master (base)
and
latest version
latest version
63b1aced
1 commit,
6 months ago
version 2
57b4befc
1 commit,
6 months ago
version 1
f0d3cca5
1 commit,
6 months ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
packages/py-hippounit/package.py
+
1
−
0
Options
@@ -14,6 +14,7 @@ class PyHippounit(PythonPackage):
pypi
=
"
hippounit/hippounit-1.3.6.tar.gz
"
git
=
"
https://github.com/kalilab/hippounit.git
"
version
(
'
1.4.1
'
,
sha256
=
'
2cd8cac4ef4403b2eca098ba1f786183a3556571906c78fe8b5081b2040ecb83
'
)
version
(
'
1.3.6
'
,
sha256
=
'
7342f77575b6d223db4194be37ab73f0eb6370844cbefd2f8374b2c7e27d7d15
'
)
depends_on
(
'
python@3.6.9:
'
)