3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238359 from foo-dogsquared/update-eartag

eartag: 0.4.0 -> 0.4.1
This commit is contained in:
Weijia Wang 2023-06-19 07:26:09 +03:00 committed by GitHub
commit e95acfc53f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
python3Packages.buildPythonApplication rec {
pname = "eartag";
version = "0.4.0";
version = "0.4.1";
format = "other";
src = fetchFromGitLab {
@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
owner = "knuxify";
repo = pname;
rev = version;
sha256 = "sha256-4Kk/+iQNRqba5W/AdPlZ17Siwyy+WQuRYCb7M68S71I=";
sha256 = "sha256-awH+SA0xef1dMDqfLOg5htYH5ywWzK2xbWWSaan0aRg=";
};
postPatch = ''