mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python312Packages.jaraco-path: 3.7.0 -> 3.7.1
Diff: https://github.com/jaraco/jaraco.path/compare/refs/tags/v3.7.0...v3.7.1 Changelog: https://github.com/jaraco/jaraco.path/blob/refs/tags/v3.7.1/NEWS.rst
This commit is contained in:
parent
d3353b074b
commit
661c4b039f
@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jaraco-path";
|
||||
version = "3.7.0";
|
||||
version = "3.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jaraco";
|
||||
repo = "jaraco.path";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-P22sA138guKTlOxSxUJ0mU41W16984yYlkZea06juOM=";
|
||||
hash = "sha256-i6FPM4aPfpwLdde1COXZNoKel3sRK8PXnkzy50XvVdw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
Loading…
Reference in New Issue
Block a user