mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
python311Packages.pyatag: 3.5.1 -> 0.3.7.1
Diff: https://github.com/MatsNl/pyatag/compare/refs/tags/3.5.1...0.3.7.1 Changelog: https://github.com/MatsNl/pyatag/releases/tag/0.3.7.1
This commit is contained in:
parent
3cb52cd725
commit
9b8808af31
@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyatag";
|
||||
version = "3.5.1";
|
||||
version = "0.3.7.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "MatsNl";
|
||||
repo = "pyatag";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-hyGos0LFVKv63jf1ODPFfk+R47oyHea+8MGvxeKpop8=";
|
||||
hash = "sha256-3h9mpopTbEULCx7rcEt/I/ZnUA0L/fJ7Y3L5h/6EuC4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user