python311Packages.epion: source is now tagged
This commit is contained in:
parent
3f77dbdbd0
commit
729099240a
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "devenzo-com";
|
||||
repo = "epion_python";
|
||||
# https://github.com/devenzo-com/epion_python/issues/1
|
||||
rev = "d8759951fc7bfd1507abe725b2bc98754cbbf505";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-uC227rlu4NB5lpca02QLi2JZ5SKklLfv7rXvvJA1aCA=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue